Fix import order

This commit is contained in:
Preetha Appan 2017-10-12 17:18:15 -05:00 committed by Frank Schröder
parent 5b6f0504ae
commit f389fe7757

View File

@ -1,14 +1,13 @@
package members package members
import ( import (
"flag"
"fmt" "fmt"
"net" "net"
"regexp" "regexp"
"sort" "sort"
"strings" "strings"
"flag"
consulapi "github.com/hashicorp/consul/api" consulapi "github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/command/flags" "github.com/hashicorp/consul/command/flags"
"github.com/hashicorp/serf/serf" "github.com/hashicorp/serf/serf"