Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DirExists ¶
DirExists reports whether a directory exists. It returns an error if the underlying os.Stat call fails, or if the given path does not correspond to a directory.
func FileExists ¶
FileExists reports whether a file exists. It returns an error if the underlying os.Stat call fails, or if the given path does not correspond is a directory instead of a file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.