mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
- development env: base on debian trixie with go1.24 - lint: run with default config - fix lint errors - fix unit tests - fix system test
5 lines
103 B
Go
5 lines
103 B
Go
package aptly
|
|
|
|
// AptlyConf holds the default aptly.conf (filled in at link time)
|
|
var AptlyConf []byte
|