Codebase Browser
go
Go to App
go
/
src/cmd/go/internal/load/
path.go
// expandPath returns the symlink-expanded form of path.
func
expandPath
(
p
string
)
string
{
…
}