github.com/lingyao2333/mo-zero@v1.4.1/core/stat/alert+polyfill.go (about) 1 //go:build !linux 2 // +build !linux 3 4 package stat 5 6 // Report reports given message. 7 func Report(string) { 8 } 9 10 // SetReporter sets the given reporter. 11 func SetReporter(func(string)) { 12 }