package main import ( "chathub/chbase" "fmt" ) func main() { fmt.Println("ch chfoot began") chbase.ChCommonTest() fmt.Println("ch chfoot ended") }