intimate_view/goserver/main_test.go

8 lines
72 B
Go
Raw Normal View History

2020-08-19 11:32:01 +00:00
package main
import "testing"
func TestMain(t *testing.T) {
main()
}