alert_polyfill.go 92 B

123456789
  1. // +build !linux
  2. package stat
  3. func Report(string) {
  4. }
  5. func SetReporter(func(string)) {
  6. }