parse_go_project/main_test.go
2023-07-12 00:33:25 +08:00

8 lines
72 B
Go

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