Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creates nested structs for dealing with nested elements. Closes #16
So, instead of inlining nested elements we represent them using nested structs in Go. This is more idiomatic and avoids naming clashes.
- Loading branch information