package controller import ( "fmt" "testing" ) func TestController(t *testing.T) { fmt.Println(LiveClient == nil) }