1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Ambrose Chua b05f09502d
Merge pull request #6 from ageis/use-context
Use Go's standard context library
2019-01-11 10:41:39 +08:00
Kevin Gallagher 9b9c3c7531 Use Go's standard context library 2019-01-09 23:40:08 +00:00
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.