You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
At some point (just for readability) package imports should get cleaned up. An example of doing this well is at
https://github.com/coreos/mayday/blob/master/mayday.go
In that case, there are three basic groups of packages:
go fmt
correctly handles this behavior and will sort them correctly in each area.One example of where cleanup should occur is this:
https://github.com/coreos/mayday/blob/master/mayday/plugins/docker/docker.go
Extremely low priority. Mainly just here for tracking purposes.
The text was updated successfully, but these errors were encountered: