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
When a $GOPATH contains a trailing slash, the current check for string
equality between the repo root and the computed path does not pass, even
though it should. Passing both sides of the check through `abspath`
makes this check more robust.
Signed-off-by: Steve Kuznetsov <[email protected]>
0 commit comments