mirror of
https://github.com/distribution/distribution.git
synced 2025-09-06 01:10:55 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user