fix go imports sort

This commit is contained in:
RavenZZ 2018-02-09 10:21:38 +08:00
parent 18f781b94a
commit 047b2100ff

View file

@ -8,10 +8,11 @@ package remote
import ( import (
"bytes" "bytes"
"github.com/spf13/viper"
crypt "github.com/xordataexchange/crypt/config"
"io" "io"
"os" "os"
"github.com/spf13/viper"
crypt "github.com/xordataexchange/crypt/config"
) )
type remoteConfigProvider struct{} type remoteConfigProvider struct{}