resources
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
This package is used for embedding .syso resource files into the binaryduring build and does not contain any code. During build, .syso files will bedropped in this directory and then removed after the build completes.
This package must be imported by all binaries for this to work.
See build_go.sh for more details.