you need to install dep for dependency manager:
go get -u github.com/golang/dep/cmd/dep
Or you can use go mod for sync the dependencies:
go mod vendor
just run the main.go file:
go run main.go
you need to install dep for dependency manager:
go get -u github.com/golang/dep/cmd/dep
Or you can use go mod for sync the dependencies:
go mod vendor
just run the main.go file:
go run main.go