Browse Source

Fix import order

pull/3584/head
Preetha Appan 7 years ago committed by Frank Schröder
parent
commit
f389fe7757
  1. 3
      command/members/members.go

3
command/members/members.go

@ -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"

Loading…
Cancel
Save