Documentation ¶
Index ¶
- Variables
- func File() file.Interface
- func Flot() flot.Interface
- func Gzip() gzip.Interface
- func Indent() indent.Interface
- func Path() path.Interface
- func Platform() platform.Interface
- func Random() random.Interface
- func Regexp() regexp.Interface
- func Strconv() strconv.Interface
- func Swap() swap.Interface
- func Time() time.Interface
- func UnicodeString() unicode.Interface
- func VerSion() version.Interface
- type Interface
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = New()
Functions ¶
func UnicodeString ¶
Types ¶
type Interface ¶
type Interface interface { VerSion() version.Interface Path() path.Interface File() file.Interface Flot() flot.Interface Gzip() gzip.Interface Random() random.Interface Swap() swap.Interface Time() time.Interface Platform() platform.Interface Indent() indent.Interface Regexp() regexp.Interface Strconv() strconv.Interface Unicode() unicode.Interface }
Click to show internal directories.
Click to hide internal directories.