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
+2 -1
View File
@@ -1,8 +1,9 @@
package clientapproval
import (
"github.com/sot-tech/mochi/bittorrent"
"testing"
"github.com/sot-tech/mochi/bittorrent"
)
func TestClientID(t *testing.T) {
@@ -6,6 +6,7 @@ import (
"context"
"errors"
"fmt"
"github.com/sot-tech/mochi/bittorrent"
"github.com/sot-tech/mochi/middleware"
"github.com/sot-tech/mochi/storage"
@@ -3,9 +3,10 @@ package clientapproval
import (
"context"
"fmt"
"testing"
"github.com/sot-tech/mochi/bittorrent"
"github.com/stretchr/testify/require"
"testing"
)
var cases = []struct {