Documentation
¶
Overview ¶
Command embedcvt creates a Go program file that embeds the contents of the specified asset file(s) simple base64 constant that can be retrieved by calling a getter function unique to the asset. This is meant for simple data embedding use cases like inlining test data, inserting a few assets etc and does not do any compression, file system emulation, asset discovery etc. For more complex use cases, see https://github.com/jteeuwen/go-bindata.
Usage: embedcvt [-p packageName] asset1 [asset2]...
Click to show internal directories.
Click to hide internal directories.