storage/memorybysubnet: add package docs
This commit is contained in:
parent
bd02be6ab5
commit
6fc3f618aa
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// Package memorybysubnet implements the storage interface for a Chihaya
|
||||
// BitTorrent tracker keeping peer data in memory organized by a pre-configured
|
||||
// subnet.
|
||||
package memorybysubnet
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue