Kaynağa Gözat

Move documentation to init.go

tags/v2.0.0-rc1
9seconds 5 yıl önce
ebeveyn
işleme
b3112c5c67
2 değiştirilmiş dosya ile 6 ekleme ve 7 silme
  1. 0
    7
      antireplay/doc.go
  2. 6
    0
      antireplay/init.go

+ 0
- 7
antireplay/doc.go Dosyayı Görüntüle

@@ -1,7 +0,0 @@
1
-// Antireplay package has cache implementations that are effective
2
-// against replay attacks.
3
-//
4
-// To understand more about replay attacks, please read documentation
5
-// for mtglib.AntiReplayCache interface. This package has a list of some
6
-// implementations of this interface.
7
-package antireplay

+ 6
- 0
antireplay/init.go Dosyayı Görüntüle

@@ -1,3 +1,9 @@
1
+// Antireplay package has cache implementations that are effective
2
+// against replay attacks.
3
+//
4
+// To understand more about replay attacks, please read documentation
5
+// for mtglib.AntiReplayCache interface. This package has a list of some
6
+// implementations of this interface.
1 7
 package antireplay
2 8
 
3 9
 const (

Loading…
İptal
Kaydet