intimate/tasks/twitch/twitch_task1/task_twitch_test.go

15 lines
140 B
Go
Raw Normal View History

2020-07-22 20:00:02 +08:00
package main
import (
"testing"
)
func TestCase1(t *testing.T) {
e := ChannelLink{}
e.Execute()
2020-07-22 20:00:02 +08:00
}
2020-07-24 18:48:33 +08:00
func TestLiveUrl(t *testing.T) {
}