Skip to content

Add Go import comments.

Sebastien Binet requested to merge functionary:fix-importcomment-a62e into master

Created by: functionary

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.

Merge request reports