Distro productmap doc #361
Annotations
1 error and 4 warnings
golangci-lint
issues found
|
golangci-lint:
shared/types/distro.go#L15
exported: exported type DistributionDetails should have comment or be unexported (revive)
|
golangci-lint:
shared/types/distro.go#L21
exported: exported type Arch should have comment or be unexported (revive)
|
golangci-lint:
shared/types/distro.go#L24
exported: exported const UnknownArch should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
shared/types/distro.go#L31
exported: exported function GetArch should have comment or be unexported (revive)
|
Loading