Files
AynaLivePlayer/controller/controller_test.go
2022-06-21 13:02:22 -07:00

11 lines
120 B
Go

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