bencode: Tidy import block
This commit is contained in:
parent
8f7720edb2
commit
79a0e0f1fd
|
@ -1,12 +1,12 @@
|
|||
package bencode
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
import "bytes"
|
||||
import "fmt"
|
||||
|
||||
type random_encode_test struct {
|
||||
value interface{}
|
||||
|
|
Loading…
Reference in New Issue