Files
aptly/aptly/version.go
T
2017-07-18 11:45:29 +02:00

8 lines
154 B
Go

package aptly
// Version of aptly (filled in at link time)
var Version string
// EnableDebug triggers some debugging features
const EnableDebug = false