mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Switch to gometalinter
Only small amount of required checks is enabled, plan is to enable more linters as issues are fixed in the code.
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ type PublishedRepo struct {
|
||||
// Map of sources by each component: component name -> source UUID
|
||||
Sources map[string]string
|
||||
|
||||
// Legacy fields for compatibily with old published repositories (< 0.6)
|
||||
// Legacy fields for compatibility with old published repositories (< 0.6)
|
||||
Component string
|
||||
// SourceUUID is UUID of either snapshot or local repo
|
||||
SourceUUID string `codec:"SnapshotUUID"`
|
||||
|
||||
Reference in New Issue
Block a user