mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
8 lines
154 B
Go
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
|