func os.MkdirAll

2 uses

	os (current package)
		path.go#L18: func MkdirAll(path string, perm FileMode) error {
		path.go#L41: 		err = MkdirAll(fixRootDirectory(path[:j-1]), perm)