The source project of this merge request has been removed.
abuild.conf: add -trimpath flag
from go help build
:
remove all file system paths from the resulting executable.
Instead of absolute file system paths, the recorded file names
will begin either a module path@version (when using modules),
or a plain import path (when using the standard library, or GOPATH).