Documentation
¶
Overview ¶
build.go automates proper versioning of usersms binaries and installer scripts. Use it like: go run build.go The result binary will be located in bin/app You can customize the build with the -goos, -goarch, and -goarm CLI options: go run build.go -goos=windows
This program is NOT required to build usersms from source since it is go-gettable. (You can run plain `go build` from respective cmd sub-directories to get a binary).
Click to show internal directories.
Click to hide internal directories.