go-docker icon indicating copy to clipboard operation
go-docker copied to clipboard

Add Go import comments.

Open functionary opened this issue 7 years ago • 0 comments

This pull request was made with an automated tool.

The suggested change adds an import comment to a file in each package to ensure that the package is always imported using its canonical import path. With this comment in place, the go tool guarantees that the package can be imported only from this path.

For more information, see https://golang.org/s/go14customimport, in particular the "Proposal" section.

functionary avatar Apr 11 '18 02:04 functionary