I have a project which is providing an API but not under github.com, it’s under github.ny.nts.com
How can I use it on my code?
I’ve added to a new program and in the import I put:
import “github.ny.nts.com/fds/client”
Now when I run go mod init it didn't add anything (which is related to this project) to the go.mod file
How can I define the “registry” (similar to nodejs/npm when you can tell from where to download the packages) on go and tell gomod to take it my company git?
I'm able to clone the project without any problem so I don't have any access problem to the project git.