Skip to content

Commit 1f7e0ad

Browse files
authored
Merge pull request astaxie#1060 from wybcp/patch-1
Update 12.1.md
2 parents 7cc79f2 + fdfb50d commit 1f7e0ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zh/12.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
)
2323

2424
func main() {
25-
log.WithFields(log.Fields{
26-
"animal": "walrus",
27-
}).Info("A walrus appears")
25+
log.WithFields(log.Fields{
26+
"animal": "walrus",
27+
}).Info("A walrus appears")
2828
}
2929
```
3030
### 基于logrus的自定义日志处理

0 commit comments

Comments
 (0)