mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
![]() This change just updates the common package to pass golint. Of course that has some reaching implications into other packages with renaming of constants. I've intentionally kept this patch set to the bare minimum for the lint test, I do think that we should put some effort into our use of constants (especially those in common.go) in the future. Ideally we'd declare constants where they're used, and we wouldn't export them if they don't need to be. There are some in here that are only used in one or two packages, and that can be cleaned up pretty easily however it's likely that there might be plans to use them elsewhere in the future. |
||
---|---|---|
.. | ||
controller.go |