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

10 lines
77 B
Go

package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}