Update router.go

This commit is contained in:
dqzboy 2022-09-25 21:07:30 +08:00 committed by GitHub
parent d46261fa99
commit 8f97757978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ import (
"github.com/gin-gonic/gin"
)
// Router 初始化router类型的对象首字母大写用于跨包调用跨目录调用
var Router router
//声明router结构体