let's see if this ill-advised homebrew works

This commit is contained in:
idk
2018-04-03 01:07:08 -04:00
parent db9d1f4a0c
commit 2c805053c3
4 changed files with 16 additions and 10 deletions

View File

@ -31,7 +31,7 @@ func (j *jsonStructure) jsonStructure() jsonStructure {
return *j
}
func newJsonStructure() *jsonStructure {
func NewJsonStructure() *jsonStructure {
var j jsonStructure
return &j
}