Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEBUG = false // global setting for FADVICE_DONTNEED before reading SET_FILE_ADVICE_DONTNEED = true )
View Source
const ( // only changes with major changes MAJOR_VERSION = "0" // new features, maybe incompatible changes MINOR_VERSION = "3" // no incompatible changes, just bug fixes BUGFIX_VERSION = "0" // munchies VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + BUGFIX_VERSION // should one be using this FROM_MASTER = true )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.