]> 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 0ef140c2c407726531a21b951875a4ab0b2b5aa5..b586775bdd8650cf1e0105b6db58f11a2ca02499 100644 (file)
@@ -1,6 +1,6 @@
 /*
 GoVPN -- simple secure free software virtual private network daemon
-Copyright (C) 2014-2016 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2014-2017 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
@@ -27,7 +27,7 @@ import (
 )
 
 var (
-       testKey *[16]byte = new([16]byte)
+       testKey = new([16]byte)
 )
 
 func init() {