Command
go get github.com/gin-gonic/ginExplanation
Download and install Go packages and their dependencies from remote repositories.
Examples
Install Gin web framework
go get github.com/gin-gonic/ginUpdate all dependencies
go get -u allDownload dependencies only
go get -d ./...