add doc comments

This commit is contained in:
Jimmy Zelinskie
2016-08-04 14:08:26 -04:00
parent 0ebadd31d0
commit 2b5140bd55
3 changed files with 27 additions and 1 deletions

View File

@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package bittorrent implements all of the abstractions used to decouple the
// protocol of a BitTorrent tracker from the logic of handling Announces and
// Scrapes.
package bittorrent
import (