Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathManager ¶
type PathManager struct {
// contains filtered or unexported fields
}
PathManager serves paths under its base directory.
func (PathManager) Join ¶
func (p PathManager) Join(elm ...string) string
return path of baseDir/elm1/elm2/....
func (PathManager) Path ¶
func (p PathManager) Path(file string) string
return path of baseDir/file.
Directories ¶
Path | Synopsis |
---|---|
Package errutil provides utilty of errors.
|
Package errutil provides utilty of errors. |
package log defines strict logger types, which is referenced from https://dave.cheney.net/2015/11/05/lets-talk-about-logging.
|
package log defines strict logger types, which is referenced from https://dave.cheney.net/2015/11/05/lets-talk-about-logging. |
Click to show internal directories.
Click to hide internal directories.