Skip to content

Commit

Permalink
Fix syntax error in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx authored Jan 10, 2022
1 parent 0cd5096 commit e778307
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 @@ -99,7 +99,7 @@ into all the callers.
### Using `hclog.Fmt()`

```go
var int totalBandwidth = 200
totalBandwidth := 200
appLogger.Info("total bandwidth exceeded", "bandwidth", hclog.Fmt("%d GB/s", totalBandwidth))
```

Expand Down

0 comments on commit e778307

Please sign in to comment.