mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 17:20:24 +08:00
6 lines
85 B
Go
6 lines
85 B
Go
|
package utils
|
||
|
|
||
|
func Report(content string) {
|
||
|
// TODO: implement the report method
|
||
|
}
|