Alexander 11 anni fa
parent
commit
728e103924
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

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