go-netbox
go-netbox copied to clipboard
Readme is incorrect to install netbox golang package
trafficstars
Followed readme instruction, I tried to install golang package by command :
go get github.com/netbox-community/go-netbox/[email protected]
And got error: go: github.com/netbox-community/go-netbox/[email protected]: invalid version: unknown revision v3.7.1-0
Also if just type: go get github.com/netbox-community/go-netbox/v3
The result in go.mod is not latest version of v3 (assume it should be v3.7.1-0)
It works for using correct tag by command: go get github.com/netbox-community/go-netbox/[email protected]