euphoria-io / heim

A real-time community platform.
https://euphoria.io
Other
874 stars 47 forks source link

Add Go import comments. #107

Open functionary opened 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 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.