func os.MkdirAll
8 uses
os (current package)
path.go#L18: func MkdirAll(path string, perm FileMode) error {
path.go#L41: err = MkdirAll(fixRootDirectory(path[:j-1]), perm)
github.com/evanw/esbuild/pkg/api
api_impl.go#L798: if err := os.MkdirAll(realFS.Dir(result.AbsPath), 0755); err != nil {
github.com/go-git/go-billy/v5/osfs
os.go#L48: if err := os.MkdirAll(dir, defaultDirectoryMode); err != nil {
os.go#L79: return os.MkdirAll(path, defaultDirectoryMode)
golang.org/x/mod/zip
zip.go#L637: if err := os.MkdirAll(dir, 0777); err != nil {
zip.go#L646: if err := os.MkdirAll(filepath.Dir(dst), 0777); err != nil {
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L129: if err := os.MkdirAll(parent, 0755); err != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |