package test import ( "fmt" "strings" "testing" ) // TestBeego is a sample to run an endpoint test func TestBeego(t *testing.T) { fmt.Println(strings.Split("HG324234234", "_")) //打印结果:2017-04-11 13:24:04 }