From b8357f499ad5e2961538cfa003fbe1b673061cc8 Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Thu, 12 Jan 2017 07:31:32 -0700 Subject: [PATCH] fix fmt --- providers/namecheap/namecheap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/namecheap/namecheap.go b/providers/namecheap/namecheap.go index 87b69c3fd..115db6e4d 100644 --- a/providers/namecheap/namecheap.go +++ b/providers/namecheap/namecheap.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - nc "github.com/billputer/go-namecheap" "github.com/StackExchange/dnscontrol/models" "github.com/StackExchange/dnscontrol/providers" + nc "github.com/billputer/go-namecheap" ) type Namecheap struct {