initial import
This commit is contained in:
9
core/stat/alert_polyfill.go
Normal file
9
core/stat/alert_polyfill.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !linux
|
||||
|
||||
package stat
|
||||
|
||||
func Report(string) {
|
||||
}
|
||||
|
||||
func SetReporter(func(string)) {
|
||||
}
|
||||
Reference in New Issue
Block a user