golang微服务架构之 gin框架运行,golang微服务架构,golang微服务框架,golang微服务部署
package test import ( "github.com/gin-gonic/gin" "github.com/jinzhu/gorm" "github.com/zngue/go_tool/src/gin_run" "testing" "github.com/zngue/go_gin_member/router" "github.com/zngue/go_gin_member/migration" ) func TestGinRun(t *testing.T) { g...