Skip to content

Commit 3b25977

Browse files
authored
Merge pull request #50110 from thaJeztah/remove_import_comments
all: remove // import comments
2 parents 7422403 + 342f8bc commit 3b25977

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/command/image/build/internal/git/gitutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package git // import "github.com/docker/docker/builder/remotecontext/git"
1+
package git
22

33
import (
44
"net/http"

cli/command/image/build/internal/git/gitutils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package git // import "github.com/docker/docker/builder/remotecontext/git"
1+
package git
22

33
import (
44
"bytes"

cli/command/image/build/internal/urlutil/urlutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// This package is specifically written for use with docker build contexts, and
55
// should not be used as a general-purpose utility.
6-
package urlutil // import "github.com/docker/docker/builder/remotecontext/urlutil"
6+
package urlutil
77

88
import (
99
"strings"

cli/command/image/build/internal/urlutil/urlutil_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package urlutil // import "github.com/docker/docker/builder/remotecontext/urlutil"
1+
package urlutil
22

33
import "testing"
44

0 commit comments

Comments
 (0)