fix proc.Done not found in windows (#1026)
This commit is contained in:
12
core/stat/alert+polyfill.go
Normal file
12
core/stat/alert+polyfill.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package stat
|
||||
|
||||
// Report reports given message.
|
||||
func Report(string) {
|
||||
}
|
||||
|
||||
// SetReporter sets the given reporter.
|
||||
func SetReporter(func(string)) {
|
||||
}
|
||||
Reference in New Issue
Block a user