Documentation
¶
Overview ¶
Package zenutil is internal. DO NOT USE.
Index ¶
Constants ¶
View Source
const ( ErrCanceled = stringErr("dialog canceled") ErrExtraButton = stringErr("extra button pressed") ErrUnsupported = stringErr("unsupported option") )
These are internal.
Variables ¶
View Source
var ( Command bool Timeout int DateFormat = "%Y-%m-%d" DateUTS35 = func() (string, error) { return "yyyy-MM-dd", nil } DateParse = func(s string) (time.Time, error) { return time.Parse("2006-01-02", s) } )
These are internal.
View Source
var ( Separator string LineBreak = "\r\n" )
These are internal.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.