10 lines
92 B
Go
10 lines
92 B
Go
// +build !linux
|
|
|
|
package stat
|
|
|
|
func Report(string) {
|
|
}
|
|
|
|
func SetReporter(func(string)) {
|
|
}
|