Feat(mod): Moving project to module and cmd structure (so clients can vendor the go get'able dependency.
Clean(embed_test.go): Ensure directory is made for test files in go:generate.
Feat(binary): Fully support embedded binary files.
Feat(embed.go): Changing impl. from string based to rune based. Can support big nasty files now.
Fix(*): File naming and getters.
Feat(*): Project init.