gateway 完善

This commit is contained in:
eson
2023-11-03 13:13:28 +08:00
parent 6c70f1ed73
commit e55c90cfec
5 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ import (
"fusen-gateway/proto/goutils"
"fusen-gateway/server/config"
"fusen-gateway/server/logic"
"net/http"
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"

View File

@@ -1,11 +1,9 @@
package main
import (
"log"
"testing"
)
func TestMain(t *testing.T) {
log.SetFlags(log.Llongfile)
main()
}