My project go version is v1.25, compile failed with below:
C:\Users\x\go\pkg\mod\github.com\libdns\namedotcom@v0.3.3\client.go:88:74: record.ID undefined (type libdns.Record has no field or method ID)
C:\Users\x\go\pkg\mod\github.com\libdns\namedotcom@v0.3.3\client.go:98:10: invalid composite literal type libdns.Record
C:\Users\x\go\pkg\mod\github.com\libdns\namedotcom@v0.3.3\client.go:102:10: invalid composite literal type libdns.Record
... too many errors
My project go version is v1.25, compile failed with below: