mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 09:40:24 +08:00
acdaee0fb6
* change to use ServiceGroup to make it more clear * fix golint issues in core/stat
12 lines
165 B
Go
12 lines
165 B
Go
// +build !linux
|
|
|
|
package stat
|
|
|
|
// Report reports given message.
|
|
func Report(string) {
|
|
}
|
|
|
|
// SetReporter sets the given reporter.
|
|
func SetReporter(func(string)) {
|
|
}
|