Last active
August 29, 2015 14:18
-
-
Save jhiemer/84d5cdef72d1fd34b5cd to your computer and use it in GitHub Desktop.
Revisions
-
jhiemer revised this gist
Apr 1, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ type Entity struct { map[string]struct { } } -
jhiemer revised this gist
Apr 1, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,9 @@ "test2" : { "name" : "test1", "description" : "this is a description" }, "testXy" : { "name" : "test1", "description" : "this is a description" } } -
jhiemer revised this gist
Apr 1, 2015 . 1 changed file with 8 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ { "test1" : { "name" : "test1", "description" : "this is a description" }, "test2" : { "name" : "test1", "description" : "this is a description" } } -
jhiemer created this gist
Apr 1, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ { "test1" : { }, "test2" : { } }