package
0.13.2
Repository: https://github.com/gogs/gogs.git
Documentation: pkg.go.dev

# Functions

CurrentUsername returns the username of the current user.
IsDir returns true if given path is a directory, and returns false when it's a file or does not exist.
IsExist returns true if a file or directory exists.
IsFile returns true if given path exists as a file (i.e.
NewError wraps given error.

# Structs

Error is a wrapper of an OS error, which handles not found.