adding key as an example
This commit is contained in:
parent
99c419a090
commit
b67a8dc5b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,4 +26,4 @@ _testmain.go
|
||||
|
||||
*.swp
|
||||
|
||||
*.json
|
||||
|
||||
|
30
key.json
Normal file
30
key.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user