Imports just check what packages you have declared within import(). An import path is a string that uniquely identifies a package. A package's import path corresponds to its location inside a workspace or in a remote repository (explained below). [More](https://golang.org/doc/code.html#ImportPaths)
With Share you get an URL where the code you just wrote is saved. Useful when asking for help showing your code.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
* [The Go Playground](https://play.golang.org/)
* [A Tour of Go](https://tour.golang.org/welcome/4)