Util.go 91 B

1234567
  1. package chbase
  2. import "fmt"
  3. func ChCommonTest() {
  4. fmt.Println("ch chbase test works")
  5. }