Documentation ¶
Overview ¶
Package util contains general purpose utility and logging functions.
Index ¶
- func Debug(group string, format string, any ...interface{})
- func Deprecate(message string)
- func Error(group string, format string, any ...interface{})
- func FileExists(filename string) bool
- func Info(group string, format string, any ...interface{})
- func PackageName(sourceFile string) (string, error)
- func Panic(group string, format string, any ...interface{})
- func Template(src string, dest string, data map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deprecate ¶ added in v1.3.1
func Deprecate(message string)
Deprecate writes a deprecation warning.
func PackageName ¶
PackageName determines the package name from sourceFile if it is within $GOPATH
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.