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
1 changed files with 1 additions and 2 deletions

View File

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