Run make fmt with Go 1.11

This commit is contained in:
Daniel Nelson
2018-10-29 16:00:54 -07:00
parent 454c3be2d2
commit f38da90329
6 changed files with 45 additions and 45 deletions

View File

@@ -15,7 +15,7 @@ var testInput = []byte(`Inter-| sta-| Quality | Discarded packets
func TestLoadWirelessTable(t *testing.T) {
expectedMetrics := []*wirelessInterface{
&wirelessInterface{
{
Interface: "wlan0",
Status: int64(0000),
Link: int64(60),
@@ -28,7 +28,7 @@ func TestLoadWirelessTable(t *testing.T) {
Misc: int64(0),
Beacon: int64(0),
},
&wirelessInterface{
{
Interface: "wlan1",
Status: int64(0000),
Link: int64(70),