Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get q to build #8

Merged
merged 1 commit into from
Sep 16, 2016
Merged

Get q to build #8

merged 1 commit into from
Sep 16, 2016

Conversation

philpennock
Copy link
Contributor

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.

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
Copy link
Owner

miekg commented Sep 16, 2016

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

@miekg miekg merged commit 0aabe80 into miekg:master Sep 16, 2016
@philpennock philpennock deleted the fix_q branch April 18, 2017 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants