I don't know if there is any reason to be backwards compatible. There is some practical issue with the build flag that I would like to use which was introduced in Go 1.13
The new go build flag -trimpath removes all file system paths from the compiled executable, to improve build reproducibility.
I don't know if there is any reason to be backwards compatible. There is some practical issue with the build flag that I would like to use which was introduced in Go 1.13
https://golang.org/doc/go1.13#go-command