Skip to content

Commit e778307

Browse files
author
Evan Phoenix
authored
Fix syntax error in README.md
1 parent 0cd5096 commit e778307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ into all the callers.
9999
### Using `hclog.Fmt()`
100100

101101
```go
102-
var int totalBandwidth = 200
102+
totalBandwidth := 200
103103
appLogger.Info("total bandwidth exceeded", "bandwidth", hclog.Fmt("%d GB/s", totalBandwidth))
104104
```
105105

0 commit comments

Comments
 (0)