Enable goimports check
Validates that goimports has been run on all files Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
dc53e37d98
commit
795e11d5fb
4 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
package notifications
|
||||
|
||||
import (
|
||||
"github.com/docker/distribution/configuration"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/docker/distribution/configuration"
|
||||
)
|
||||
|
||||
// EndpointConfig covers the optional configuration parameters for an active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue