1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-25 12:42:21 -07:00

Update dependencies

This commit is contained in:
Anand Sudhir Prayaga
2018-06-28 16:50:49 +02:00
parent e075b7f659
commit 574693d9a8
6 changed files with 29 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ Let's start with a simple YAML file config.yml:
We can parse it using ParseYaml(), which will return a *Config instance on
success:
file, err := ioutil.ReadFile("config.yml")
if err != nil {
panic(err)