package main import ( "testing" ) func TestCase1(t *testing.T) { e := ChannelLink{} e.Execute() } func TestLiveUrl(t *testing.T) { }