miekg / exdns

Go DNS example programs
BSD 2-Clause "Simplified" License
301 stars 60 forks source link

q won't compile because ErrTruncated is gone #17

Closed miekg closed 5 years ago

miekg commented 5 years ago

ErrTruncated has been removed from the library, meaning q (and mabybe others here) won't compile anymore.

gertcuykens commented 5 years ago

I just wanted to create a ticket for that :D no idea what the new Error type is

miekg commented 5 years ago

There is none. You have to inspect msg.Truncated for this

On 4 Dec 2018 23:26, "Gert Cuykens" notifications@github.com wrote:

I just wanted to create a ticket for that :D no idea what the new Error type is

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/miekg/exdns/issues/17#issuecomment-444298834, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVkW7e8NqR9TaDnkDwGe6HU2VOIb7P2ks5u1wSRgaJpZM4ZAEeQ .

gertcuykens commented 5 years ago

I just removed the complete case block :p good enough for me

ZLightning commented 5 years ago

This issue is fixed by the above pull request so the issue can now be closed.