Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Add Go import comments.#9

Open
functionary wants to merge 1 commit into
docker-archive-public:masterfrom
functionary:fix-importcomment-83a4
Open

Add Go import comments.#9
functionary wants to merge 1 commit into
docker-archive-public:masterfrom
functionary:fix-importcomment-83a4

Conversation

@functionary

Copy link
Copy Markdown

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant