coding-socks/ebml

Consider using go embed to embed Doc Type

Closed this issue · 0 comments

Go 1.6 added embed which allows to embed a file into the binary of a package with a simple directive. This would simplify the definition of Doc Types. No more code generation would be needed.