glycerine/zygomys

HashSet example in docs fails

zippy opened this issue · 1 comments

zippy commented

In the GO API docs, the example doesn't work, for example to do the hash set you have to do something more like:

		var result SexpHash
		err := result.HashSet(&SexpStr{S: "result"}, &SexpStr{S: "not ok"})

Thanks for mentioning it. I adjusted the wiki docs.