fusen-gateway/server/main_test.go
2023-11-02 18:40:22 +08:00

12 lines
113 B
Go

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