adding key as an example

This commit is contained in:
Derek McQuay 2016-03-14 14:21:44 -07:00
parent 99c419a090
commit b67a8dc5b0
2 changed files with 31 additions and 1 deletions

2
.gitignore vendored
View File

@ -26,4 +26,4 @@ _testmain.go
*.swp
*.json

30
key.json Normal file
View File

@ -0,0 +1,30 @@
{ "key" :
{
"a" : "a",
"b" : "b",
"c" : "c",
"d" : "d",
"e" : "y",
"f" : "f",
"g" : "g",
"h" : "x",
"i" : "i",
"j" : "j",
"k" : "k",
"l" : "o",
"m" : "m",
"n" : "n",
"o" : "p",
"p" : "p",
"q" : "q",
"r" : "r",
"s" : "s",
"t" : "t",
"u" : "u",
"v" : "v",
"w" : "w",
"x" : "x",
"y" : "y",
"z" : "z"
}
}