goimports files

This commit is contained in:
Andrey Meshkov
2018-11-05 23:52:11 +03:00
parent efdd1c1ff2
commit 7f018234f6
7 changed files with 19 additions and 12 deletions

View File

@@ -1,10 +1,11 @@
package upstream
import (
"github.com/miekg/dns"
"golang.org/x/net/context"
"net"
"testing"
"github.com/miekg/dns"
"golang.org/x/net/context"
)
func TestDnsUpstreamIsAlive(t *testing.T) {