errors: remove errors package

This commit is contained in:
Jimmy Zelinskie
2016-02-25 19:48:54 -05:00
parent 50e5ff85af
commit 82b4395b11
6 changed files with 25 additions and 70 deletions
+4
View File
@@ -11,6 +11,10 @@ import (
"github.com/chihaya/chihaya/config"
)
type ClientError string
func (c ClientError) Error() string { return string(c) }
// Tracker represents a protocol independent, middleware-composed BitTorrent
// tracker.
type Tracker struct {