Fix formatting for haproxy tests

closes #1146
This commit is contained in:
Marko Crnic
2016-05-04 09:43:10 +02:00
committed by Cameron Sparr
parent 7d49979658
commit 095ef04c04
2 changed files with 4 additions and 3 deletions

View File

@@ -1,14 +1,14 @@
package haproxy
import (
"fmt"
"strings"
"testing"
"crypto/rand"
"encoding/binary"
"fmt"
"net"
"net/http"
"net/http/httptest"
"strings"
"testing"
"github.com/influxdata/telegraf/testutil"
"github.com/stretchr/testify/assert"