storage/memorybysubnet: add package docs

This commit is contained in:
Jimmy Zelinskie 2017-02-02 20:48:24 -05:00
parent bd02be6ab5
commit 6fc3f618aa

View file

@ -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 package memorybysubnet
import ( import (