configworker/main_test.go
2020-01-06 18:09:49 +08:00

10 lines
77 B
Go

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