Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PSeudo Goarch used to indicate the output is a universal binary. // It's currently hardcoded to mean MacOS amd64 and arm64. UniversalGoarch = "universal" )
Variables ¶
This section is empty.
Functions ¶
func CreateMacOSUniversalBinary ¶
CreateMacOSUniversalBinary creates a universal binary for the given files. Adapted from: https://github.com/randall77/makefat Public domain.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.