alert_polyfill.go 165 B

1234567891011
  1. // +build !linux
  2. package stat
  3. // Report reports given message.
  4. func Report(string) {
  5. }
  6. // SetReporter sets the given reporter.
  7. func SetReporter(func(string)) {
  8. }