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)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)