]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/aont/aont_test.go
go vet/lint
[govpn.git] / src / cypherpunks.ru / govpn / aont / aont_test.go
index c7bc6a62d9d8e8a14a22f2e37b0d1a1d44e9ad62..b586775bdd8650cf1e0105b6db58f11a2ca02499 100644 (file)
@@ -27,7 +27,7 @@ import (
 )
 
 var (
-       testKey *[16]byte = new([16]byte)
+       testKey = new([16]byte)
 )
 
 func init() {