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 Simple ¶
type Simple struct {
// contains filtered or unexported fields
}
The type holds our configuration
type Staggered ¶
type Staggered struct {
// contains filtered or unexported fields
}
The type holds our configuration
Click to show internal directories.
Click to hide internal directories.