Documentation ¶
Index ¶
Constants ¶
View Source
const ( BottomLeft = "bottom-left" BottomRight = "bottom-right" TopLeft = "top-left" TopRight = "top-right" )
View Source
const ( ForceParamName = "force" SigParamName = "sig" OperationParamName = "op" )
View Source
const (
// Version is the current version of picfit
Version = "0.9.0"
)
Variables ¶
View Source
var ( // Branch is the compiled branch Branch string // Revision is the compiled revision Revision string // LatestCommitMessage is the latest commit message LatestCommitMessage string // BuildTime is the compiled build time BuildTime string // Compiler is the compiler used during build Compiler string )
View Source
var StickPositions = []string{ BottomLeft, BottomRight, TopLeft, TopRight, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.