1
0
Fork 0

Import order as goimports does

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-12-30 09:21:13 +01:00
parent e4952cd145
commit 8a348423ae
37 changed files with 91 additions and 71 deletions

View file

@ -2,12 +2,13 @@ package acme
import (
"encoding/base64"
"github.com/xenolf/lego/acme"
"net/http"
"net/http/httptest"
"reflect"
"sync"
"testing"
"github.com/xenolf/lego/acme"
)
func TestDomainsSet(t *testing.T) {