Documentation ¶
Index ¶
- Variables
- func Bool(b bool, format string, args ...interface{})
- func DirExists(path string) bool
- func Err(err error, format string, args ...interface{})
- func FileExists(path string) bool
- func If(b bool, t, f interface{}) interface{}
- func IfEquals(args ...interface{}) bool
- func IfIn(a interface{}, args ...interface{}) bool
- func IfNotIn(a interface{}, args ...interface{}) bool
- func MustNotError(err error)
- func NotNil(err error)
- func P(d ...interface{})
- type KErr
Constants ¶
This section is empty.
Variables ¶
View Source
var True = Bool
Functions ¶
func FileExists ¶ added in v0.0.8
func MustNotError ¶
func MustNotError(err error)
Types ¶
Click to show internal directories.
Click to hide internal directories.