chromeworker/proxyserver/main_test.go

14 lines
111 B
Go
Raw Normal View History

2020-11-18 11:49:46 +00:00
package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}
func TestTask(t *testing.T) {
}