You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the `-trimpath` flag to release builds so that log lines and stack
traces don't contain absolute paths to source files.
Before:
/Users/gcurtis/src/devbox/internal/impl/devbox.go in Open at line 92
After:
go.jetpack.io/devbox/internal/impl/devbox.go in Open at line 92
Also remove the duplicated `-s -w` flags in `ldflags`.
0 commit comments