Selaa lähdekoodia

Update the comment of Version (#1141)

田欧 8 vuotta sitten
vanhempi
commit
1e88466d23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 )