chromeworker/proxyserver/main_test.go
2020-11-18 19:49:46 +08:00

14 lines
111 B
Go

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