go-zero/core/stat/alert_polyfill.go
2020-07-26 17:09:05 +08:00

10 lines
92 B
Go

// +build !linux
package stat
func Report(string) {
}
func SetReporter(func(string)) {
}