Where github.com/brocaar/chirpstack-network-server/v3 is?

II look at chirpstack-network-server git repository and see these things:


github.com/brocaar/chirpstack-network-server/v3/cmd/chirpstack-network-server/cmd is missing, but it is used in main.go.

So how does it work?

Also there is no test files:

And tests stuck:

1 Like

@brocaar can you please assist? Should that broken link in code point here by any chance? chirpstack-network-server/cmd/chirpstack-network-server/cmd at master · brocaar/chirpstack-network-server · GitHub

What you are looking at how Go import packages, not at a link that is expected to work in your browser. This is how Go modules work: Go Modules Reference - The Go Programming Language