my_utls.go 81 B

1234567
  1. package util
  2. import "fmt"
  3. func Print(content string) {
  4. fmt.Println(content)
  5. }