mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-07 10:52:49 +08:00
11 lines
120 B
Go
11 lines
120 B
Go
package controller
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestController(t *testing.T) {
|
|
fmt.Println(LiveClient == nil)
|
|
}
|