alert+polyfill.go 183 B

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