mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 17:20:24 +08:00
13 lines
183 B
Go
13 lines
183 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package stat
|
|
|
|
// Report reports given message.
|
|
func Report(string) {
|
|
}
|
|
|
|
// SetReporter sets the given reporter.
|
|
func SetReporter(func(string)) {
|
|
}
|