Ver Fonte

Update the comment of Version (#1141)

田欧 há 8 anos atrás
pai
commit
1e88466d23
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      gin.go

+ 1 - 1
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
 )
 )