Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I recently learned of the `-trimpath` flag for Go builds. It will remove build system specific file paths from the created Go binary. This seems to be a best practice for reproducible builds as a build from my local machine yields the same binary as the build from Travis and any other future build infrastructure. Add `-trimpath` to the default Go flags.
- Loading branch information