Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmbedReleaseDataInBinary ¶
EmbedReleaseDataInBinary embeds the release data in the binary at the end of the file and writes the new binary to the output path.
func EmbedReleaseDataInBinaryReader ¶
func EmbedReleaseDataInBinaryReader(binReader io.Reader, binSize int64, releaseData []byte) (io.Reader, int64)
EmbedReleaseDataInBinaryReader embeds the release data in the binary at the end of the binary reader, and returns a new binary reader with the embedded release data and the new binary size.
func ExtractReleaseDataFromBinary ¶
ExtractReleaseDataFromBinary extracts the release data from the binary.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.