mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 15:14:03 +03:00
Move documentation to init.go
This commit is contained in:
@@ -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
|
|
||||||
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user