alert+polyfill.go 166 B

1234567891011
  1. //go: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. }