]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/pkt.go
goimports invocation, xdr alias fixed
[nncp.git] / src / pkt.go
index 2fab844422486793be179dd571ef5f77386a3e1c..8324ffbc0428450850779b9c1bdf215533fa9d33 100644 (file)
@@ -25,7 +25,7 @@ import (
        "errors"
        "io"
 
-       "github.com/davecgh/go-xdr/xdr2"
+       xdr "github.com/davecgh/go-xdr/xdr2"
        "golang.org/x/crypto/blake2b"
        "golang.org/x/crypto/chacha20poly1305"
        "golang.org/x/crypto/curve25519"