miekg / exdns

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

Get `q` to build #8

Closed philpennock closed 8 years ago

philpennock commented 8 years ago

Using go1.7.1 on Darwin/amd64, with github.com/miekg/dns at db96a2b :

The q example was not compiling, with errors which mostly show that this code couldn't compile on any version of Go I know of, before. Not just library changes, but fundamental issues of undeclared variables.

This commit gets q to compile; I can invoke it and do some basic queries.

miekg commented 8 years ago

Ah, great missed during the last PR. Adding travis builds as well.