bencode: Tidy import block

This commit is contained in:
Matt Joiner 2017-11-08 20:58:35 +11:00
parent 8f7720edb2
commit 79a0e0f1fd
1 changed files with 2 additions and 2 deletions

View File

@ -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{}