Move documentation to init.go

This commit is contained in:
9seconds
2021-04-05 11:39:09 +03:00
parent 3661fe108d
commit b3112c5c67
2 changed files with 6 additions and 7 deletions
-7
View File
@@ -1,7 +0,0 @@
// Antireplay package has cache implementations that are effective
// against replay attacks.
//
// To understand more about replay attacks, please read documentation
// for mtglib.AntiReplayCache interface. This package has a list of some
// implementations of this interface.
package antireplay
+6
View File
@@ -1,3 +1,9 @@
// Antireplay package has cache implementations that are effective
// against replay attacks.
//
// To understand more about replay attacks, please read documentation
// for mtglib.AntiReplayCache interface. This package has a list of some
// implementations of this interface.
package antireplay package antireplay
const ( const (