$ go get github.com/namecheap/go-namecheap-sdk/v2
import (
"github.com/namecheap/go-namecheap-sdk/v2"
)
client := NewClient(&ClientOptions{
UserName: "UserName",
ApiUser: "ApiUser",
ApiKey: "ApiKey",
ClientIp: "10.10.10.10",
UseSandbox: false,
})
You're welcome to post issues and send your pull requests.