package user import ( "fmt" "testing" ) func TestGet(t *testing.T) { fmt.Println(Get()) }