Fix README.md

This commit is contained in:
Alexander 2014-07-03 00:00:41 +08:00
parent 0ffb1ed953
commit 728e103924

View File

@ -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")