]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/cnw/cnw_test.go
go vet/lint
[govpn.git] / src / cypherpunks.ru / govpn / cnw / cnw_test.go
index aaea97e57bef457bb7b5a8c1b84be1981ed784bc..29e408f42405a6a0936b4e70f4c3bd84057e52f4 100644 (file)
@@ -28,7 +28,7 @@ import (
 )
 
 var (
-       testKey *[32]byte = new([32]byte)
+       testKey = new([32]byte)
 )
 
 func init() {