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
context.go: Clean GOPATH with filepath.Clean() before returning
Removes artifacts such as trailing and repeated separators, directory
navigation symbols ('./' '../').
Also add a test case to ensure that repeated separators are handled
correctly (relevant for golang#1946).
0 commit comments