Vestmore_GO/server/app/main_test.go

8 lines
72 B
Go
Raw Normal View History

2024-04-07 10:12:24 +00:00
package main
import "testing"
func TestMain(t *testing.T) {
main()
}