intimate/tasks/twitch/twitch_task1/task_twitch_test.go
eson b20f97f7c9 1. 修复 store_extractor Update 错误.
2. 重构前两个网站的代码架构不合理.
3. 减少冗余代码
2020-08-13 19:11:53 +08:00

14 lines
117 B
Go

package main
import (
"testing"
)
func estCase1(t *testing.T) {
Execute()
}
func TestLiveUrl(t *testing.T) {
}