mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-02 14:58:57 -07:00
Remove YAML/MD lint configs, reformat stdlib imports
This commit is contained in:
@@ -2,11 +2,12 @@ package http
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/anacrolix/torrent/bencode"
|
||||
"github.com/sot-tech/mochi/bittorrent"
|
||||
"github.com/sot-tech/mochi/pkg/log"
|
||||
"net/http"
|
||||
"time"
|
||||
)
|
||||
|
||||
// WriteError communicates an error to a BitTorrent client over HTTP.
|
||||
|
||||
Reference in New Issue
Block a user