fusen-gateway/server/main_test.go

10 lines
77 B
Go
Raw Permalink Normal View History

2023-11-02 10:40:22 +00:00
package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}