go-zero/core/utils/report.go

6 lines
85 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
package utils
func Report(content string) {
// TODO: implement the report method
}