6 lines
85 B
Go
6 lines
85 B
Go
package utils
|
|
|
|
func Report(content string) {
|
|
// TODO: implement the report method
|
|
}
|