gateway 完善
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(t *testing.T) {
|
||||
log.SetFlags(log.Llongfile)
|
||||
main()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user