mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-31 19:43:06 -07:00
Remove YAML/MD lint configs, reformat stdlib imports
This commit is contained in:
+2
-1
@@ -2,12 +2,13 @@ package middleware
|
||||
|
||||
import (
|
||||
"context"
|
||||
"time"
|
||||
|
||||
"github.com/sot-tech/mochi/bittorrent"
|
||||
"github.com/sot-tech/mochi/frontend"
|
||||
"github.com/sot-tech/mochi/pkg/log"
|
||||
"github.com/sot-tech/mochi/pkg/stop"
|
||||
"github.com/sot-tech/mochi/storage"
|
||||
"time"
|
||||
)
|
||||
|
||||
// ResponseConfig holds the configuration used for the actual response.
|
||||
|
||||
Reference in New Issue
Block a user