mirror of
https://github.com/spf13/viper
synced 2024-11-16 10:07:00 +00:00
Fix misspell
This commit is contained in:
parent
8b7fbcaa4b
commit
2fd264d3d1
2 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,6 @@ linters:
|
||||||
# TODO: fix me
|
# TODO: fix me
|
||||||
- wsl
|
- wsl
|
||||||
- gochecknoinits
|
- gochecknoinits
|
||||||
- misspell
|
|
||||||
- gosimple
|
- gosimple
|
||||||
- gochecknoglobals
|
- gochecknoglobals
|
||||||
- errcheck
|
- errcheck
|
||||||
|
|
|
@ -128,7 +128,7 @@ IMPORT_PATH = gopkg.in/%(NAME)s.%(VERSION)s
|
||||||
# Information about package author
|
# Information about package author
|
||||||
# Bio can be written in multiple lines.
|
# Bio can be written in multiple lines.
|
||||||
[author]
|
[author]
|
||||||
NAME = Unknwon ; Succeeding comment
|
NAME = Unknown ; Succeeding comment
|
||||||
E-MAIL = fake@localhost
|
E-MAIL = fake@localhost
|
||||||
GITHUB = https://github.com/%(NAME)s
|
GITHUB = https://github.com/%(NAME)s
|
||||||
BIO = """Gopher.
|
BIO = """Gopher.
|
||||||
|
@ -598,8 +598,8 @@ func TestAllKeys(t *testing.T) {
|
||||||
"title": "TOML Example",
|
"title": "TOML Example",
|
||||||
"author": map[string]interface{}{
|
"author": map[string]interface{}{
|
||||||
"e-mail": "fake@localhost",
|
"e-mail": "fake@localhost",
|
||||||
"github": "https://github.com/Unknwon",
|
"github": "https://github.com/Unknown",
|
||||||
"name": "Unknwon",
|
"name": "Unknown",
|
||||||
"bio": "Gopher.\nCoding addict.\nGood man.\n",
|
"bio": "Gopher.\nCoding addict.\nGood man.\n",
|
||||||
},
|
},
|
||||||
"ppu": 0.55,
|
"ppu": 0.55,
|
||||||
|
|
Loading…
Reference in a new issue