rsc / pdf

PDF reader
BSD 3-Clause "New" or "Revised" License
510 stars 327 forks source link

Add a Go import comment #23

Closed functionary closed 6 years ago

functionary commented 6 years ago

This pull request was made with an automated tool.

The suggested change adds an import comment to a file in the package to ensure that this 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.