mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00

This was added by commit 84e42877a ("make lint: re-enable revive"), making nolintlint became almost useless. Remove the ungodly amount of unused nolint annotations. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
6 lines
66 B
Go
6 lines
66 B
Go
package reports
|
|
|
|
type ScpReport struct {
|
|
Id string `json:"Id"`
|
|
}
|