fix lint errors

This commit is contained in:
Lawrence, Rendall
2022-04-12 21:48:54 +03:00
parent 64eaf9d733
commit c9e0af8b1e
18 changed files with 36 additions and 17 deletions

View File

@@ -5,10 +5,11 @@ import (
"fmt"
"testing"
"github.com/sot-tech/mochi/bittorrent"
"github.com/sot-tech/mochi/storage/memory"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v3"
"github.com/sot-tech/mochi/bittorrent"
"github.com/sot-tech/mochi/storage/memory"
)
var cases = []struct {