예제 #1
0
파일: pathio.go 프로젝트: 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()
}