goembed is a tool for embedding data in a Go program.
Stars
12
Forks
2
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
5
commits
3
Add a LICENSE file (BSD-3-Clause).
a3bc0da
Fix gzip compression when embedding multiple files
54a4f6d
Stream data (for non-gzip) to a buffered writer
b163b94
Shrink goembed source files (#3)
1f47f25
Implement embedding multiple files (#2)
99ca973
Use []byte("...") instead of []byte{...}.
4e4cae9
Support gzipping embedded data.
caa3ed0
goembed: A tool for embedding data in a Go program.
faba683