1
0
Fork 0

Merge pull request #6 from ageis/use-context

Use Go's standard context library
pull/8/head
Ambrose Chua 2019-01-11 10:41:39 +08:00 committed by GitHub
commit b05f09502d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
"golang.org/x/net/context"
"context"
)
// DNS64 performs DNS64.