xframe/base/stat/alert+polyfill.go

12 lines
166 B
Go
Raw Normal View History

2024-10-12 12:55:20 +08:00
//go:build !linux
package stat
// Report reports given message.
func Report(string) {
}
// SetReporter sets the given reporter.
func SetReporter(func(string)) {
}