Fix formatting for haproxy tests

This commit is contained in:
Marko Crnic 2016-05-04 09:43:10 +02:00
parent 69c10c6708
commit 865508d22b
1 changed files with 3 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"