package util import ( "fmt" "gogs.3dyzt.com/zzq/go_util_test2/util1" ) func Print(content string) { fmt.Println(content) util1.Println(content) }