func os.RemoveAll

3 uses

	os (current package)
		path.go#L66: func RemoveAll(path string) error {

	golang.org/x/tools/go/packages
		golist.go#L1110: 		os.RemoveAll(dir)

	testing
		testing.go#L1124: 		err := os.RemoveAll(path)