Ejemplo n.º 1
0
Archivo: pathio.go Proyecto: fxnn/gone
// 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()
}