Documentation ¶ Overview ¶ Package osutil provides higher level functionality with respect to the ones provided by the standard os package. Index ¶ func MkdirAll(dirPath string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MkdirAll ¶ func MkdirAll(dirPath string) (string, error) MkdirAll creates a directory at the provided path as well as any necessary parents, and returns the path of the first created directory along the path. It returns an empty string if the provided path exists and points to a directory. Types ¶ This section is empty. Source Files ¶ View all Source files doc.goosutil.go Click to show internal directories. Click to hide internal directories.