namedotcom / go

Name.com API Go Client.
https://www.name.com/api-docs
MIT License
14 stars 8 forks source link

Not compatible with Go Modules 1.10+: needs go.mod and semver git tag #3

Closed coolaj86 closed 2 years ago

coolaj86 commented 4 years ago

This has really weird version info:

https://pkg.go.dev/github.com/namedotcom/go@v0.0.0-20180403034216-08470befbe04/namecom?tab=doc

coolaj86 commented 4 years ago

Steps to Add:

go mod init github.com/namedotcom/go
go mod tidy
git add go.mod go.sum
git commit -m "v4.0.0"
git tag v4.0.0
git push
git push --tags
mingcheng commented 3 years ago

https://github.com/namedotcom/go/pull/5

patramsey commented 2 years ago

This was addressed with https://github.com/namedotcom/go/pull/4