Skip to content

Commit

Permalink
Add more import comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Apr 10, 2019
1 parent 8aa3262 commit c725eff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/capabilities/caps.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package capabilities allows to generically handle capabilities.
package capabilities
package capabilities // import "github.com/docker/docker/pkg/capabilities"

// Set represents a set of capabilities.
type Set map[string]struct{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/capabilities/caps_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package capabilities
package capabilities // import "github.com/docker/docker/pkg/capabilities"

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion rootless/rootless.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package rootless
package rootless // import "github.com/docker/docker/rootless"

import (
"os"
Expand Down
2 changes: 1 addition & 1 deletion rootless/specconv/specconv_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package specconv
package specconv // import "github.com/docker/docker/rootless/specconv"

import (
"io/ioutil"
Expand Down

0 comments on commit c725eff

Please sign in to comment.