mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-13 12:08:11 -07:00
errors: remove errors package
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user