github.com/digitalocean/go-netbox@v0.0.2/Makefile (about) 1 deps: 2 go mod download 3 GO111MODULE=off go get -u github.com/myitcv/gobin 4 5 generate: deps 6 gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger generate client -t netbox --copyright-file=copyright_header.txt 7 8 clean: 9 rm -rf netbox/client netbox/models 10 11 integration: 12 go test ./... -tags=integration