package test import ( "fmt" "testing" ) // TestBeego is a sample to run an endpoint test func TestBeego(t *testing.T) { println(fmt.Sprintf("%2d", 4)) }