mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
update comment
This commit is contained in:
parent
dfb68ce085
commit
fd6ec5cae8
2
gin.go
2
gin.go
@ -14,8 +14,8 @@ import (
|
|||||||
"github.com/gin-gonic/gin/render"
|
"github.com/gin-gonic/gin/render"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version is Framework's version.
|
|
||||||
const (
|
const (
|
||||||
|
// Version is Framework's version.
|
||||||
Version = "v1.2"
|
Version = "v1.2"
|
||||||
defaultMultipartMemory = 32 << 20 // 32 MB
|
defaultMultipartMemory = 32 << 20 // 32 MB
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user