소스 검색

Move documentation to init.go

tags/v2.0.0-rc1
9seconds 5 년 전
부모
커밋
b3112c5c67
2개의 변경된 파일6개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      antireplay/doc.go
  2. 6
    0
      antireplay/init.go

+ 0
- 7
antireplay/doc.go 파일 보기

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 파일 보기

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
 package antireplay
7
 package antireplay
2
 
8
 
3
 const (
9
 const (

Loading…
취소
저장