Commit Graph

4 Commits

Author SHA1 Message Date
Daan Sprenkels b7a4b1fee8 Move packages out of dirs
Fixes #2
2019-09-15 18:21:02 +02:00
Daan Sprenkels 544c093c35 Use a more standardized project layout
In #2, mrngm made the point that we should move to a more
standardized project structure. This commit does exactly that.
The new project structure is based on the repository listed at
<https://github.com/golang-standards/project-layout>.

Fixes #2.
2019-09-10 17:52:45 +02:00
Daan Sprenkels 061bb23625 Initial commit 2019-08-25 21:33:56 +02:00
Daan Sprenkels a6edcd222e Add marshalling functions for gob
This removes a lot of the boilerplate code that comes with
(un)marshalling to gob encoding in Go.
2019-08-25 17:16:12 +02:00