Remove YAML/MD lint configs, reformat stdlib imports

This commit is contained in:
Lawrence, Rendall
2022-04-12 18:10:51 +03:00
parent ec49168db9
commit c1956d68f6
28 changed files with 57 additions and 49 deletions
+3 -2
View File
@@ -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.