go-netbox icon indicating copy to clipboard operation
go-netbox copied to clipboard

Readme is incorrect to install netbox golang package

Open softengineer opened this issue 1 year ago • 0 comments
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]

softengineer avatar Mar 26 '24 00:03 softengineer