ソースを参照

Update the comment of Version (#1141)

田欧 8 年 前
コミット
1e88466d23
1 ファイル変更1 行追加1 行削除
  1. 1 1
      gin.go

+ 1 - 1
gin.go

@@ -14,8 +14,8 @@ import (
 	"github.com/gin-gonic/gin/render"
 )
 
-// Version is Framework's version.
 const (
+	// Version is Framework's version.
 	Version                = "v1.2"
 	defaultMultipartMemory = 32 << 20 // 32 MB
 )