I am very new to the Golang. I see that in Golang you can import packages directly from Github, for example:
import "github.com/MakeNowJust/heredoc"
Does this mean that I have to remember this URL in order to use this package? IMHO this is not cool. What if a package author later deleted or changed a URL? Any ideas?
github go package
user130268
source share