Browse Source

Merge pull request #25 from AlexanderChen1989/master

Fix README.md
Javier Provecho 11 năm trước cách đây
mục cha
commit
066b6e94c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -253,7 +253,7 @@ func main() {
 ```go
 func Logger() gin.HandlerFunc {
     return func(c *gin.Context) {
-        t : time.Now()
+        t := time.Now()
         
         // Set example variable
         c.Set("example", "12345")