// normalizePath builds an absolute path and cleans it from ".." and ".", but // doesn't resolve symlinks func (i *pathIO) normalizePath(p gopath.GoPath) gopath.GoPath { return p.Abs().Clean() }