Skip to content

Commit

Permalink
syntax highlight go code in README (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
eklitzke authored and prashantv committed Oct 27, 2016
1 parent 8d4a67e commit f2929c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Zap takes an opinionated stance on logging and doesn't provide any
(attempt %v), sleeping %s before retry.", url, tryNum, sleepFor)`, zap
encourages the more structured

```
```go
logger.Info("Failed to fetch URL.",
zap.String("url", url),
zap.Int("attempt", tryNum),
Expand Down

0 comments on commit f2929c5

Please sign in to comment.