From a614f42a9463fea65c43698ca03bd84de1ab26f3 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 16 Jul 2014 04:40:17 -0400 Subject: [PATCH] docs for http package --- http/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/http/http.go b/http/http.go index 683d8e9..7dd79e9 100644 --- a/http/http.go +++ b/http/http.go @@ -2,6 +2,7 @@ // Use of this source code is governed by the BSD 2-Clause license, // which can be found in the LICENSE file. +// Package http implements an http-serving BitTorrent tracker. package http import (