]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-cfgenc/main.go
goimports invocation, xdr alias fixed
[nncp.git] / src / cmd / nncp-cfgenc / main.go
index 7adc6fab94f9f1c350e54e7192e0d9fc0a048a04..055b6443c4c3a7e1ad511267ffb817c5c1e21713 100644 (file)
@@ -27,7 +27,7 @@ import (
        "log"
        "os"
 
-       "github.com/davecgh/go-xdr/xdr2"
+       xdr "github.com/davecgh/go-xdr/xdr2"
        "go.cypherpunks.ru/nncp/v5"
        "golang.org/x/crypto/blake2b"
        "golang.org/x/crypto/ssh/terminal"