With Go module support, simply add the following import
import "github.com/scott-pb/mygin"
to your code, and then go [build|run|test]
will automatically fetch the necessary dependencies.
Otherwise, run the following Go command to install the gin
package:
$ go get -u github.com/scott-pb/mygin