report.go 85 B

12345
  1. package utils
  2. func Report(content string) {
  3. // TODO: implement the report method
  4. }