mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 09:00:20 +08:00
10 lines
92 B
Go
10 lines
92 B
Go
// +build !linux
|
|
|
|
package stat
|
|
|
|
func Report(string) {
|
|
}
|
|
|
|
func SetReporter(func(string)) {
|
|
}
|