init
This commit is contained in:
9
router/index.go
Normal file
9
router/index.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package router
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
var routerTest Test
|
||||
|
||||
func Init(app *gin.Engine) {
|
||||
routerTest.Init(app)
|
||||
}
|
||||
Reference in New Issue
Block a user