Skip to content

Commit

Permalink
Update README.zh-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Dec 18, 2019
1 parent d7f9bef commit 7c105b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ cfg := ini.New()
// 启用变量解析
cfg.WithOptions(ini.ParseVar)

fmt.Print(cfg.MustString("portal.url"))
fmt.Print(cfg.String("portal.url"))
// OUT:
// http://localhost:8080/Portal
```
Expand Down

0 comments on commit 7c105b9

Please sign in to comment.