gofmt twemproxy_test.go

This commit is contained in:
Codeb Fan
2015-11-13 00:25:42 +08:00
parent 6f2cdc4532
commit 8f218ba04a

View File

@@ -1,9 +1,9 @@
package twemproxy package twemproxy
import ( import (
"encoding/json"
"net" "net"
"testing" "testing"
"encoding/json"
"github.com/influxdb/telegraf/testutil" "github.com/influxdb/telegraf/testutil"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"