func os.RemoveAll

3 uses

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

	golang.org/x/tools/internal/gocommand
		invoke.go#L523: 			os.RemoveAll(dir)

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