Add canonical import comment

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2018-02-05 16:05:59 -05:00
parent 7bc503344a
commit 6ea4877cff
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package git
package git // import "github.com/docker/docker/builder/remotecontext/git"
import (
"io/ioutil"

View File

@ -1,4 +1,4 @@
package git
package git // import "github.com/docker/docker/builder/remotecontext/git"
import (
"fmt"