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 (