Merge pull request #25 from AlexanderChen1989/master

Fix README.md
This commit is contained in:
Javier Provecho 2014-07-02 18:05:40 +02:00
commit 066b6e94c6
1 changed files with 1 additions and 1 deletions

View File

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