go-zero/core/utils/report.go
2020-07-26 17:09:05 +08:00

6 lines
85 B
Go

package utils
func Report(content string) {
// TODO: implement the report method
}