]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/pkt_test.go
Raise copyright years
[nncp.git] / src / pkt_test.go
index 678cbf474a420fba1d7c9aa1becee2822ad17389..cbf781887f7b7039fbe43cdfcc5b87497472de7c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-Copyright (C) 2016-2019 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import (
        "testing"
        "testing/quick"
 
-       "github.com/davecgh/go-xdr/xdr2"
+       xdr "github.com/davecgh/go-xdr/xdr2"
 )
 
 func TestPktEncWrite(t *testing.T) {