Documentation
¶
Overview ¶
Package versioner implements common interfaces for file versioning and a simple default versioning scheme.
Index ¶
Constants ¶
View Source
const ( TimeFormat = "20060102-150405" TimeGlob = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9][0-9][0-9]" // glob pattern matching TimeFormat )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Versioner ¶
func NewExternal ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.