mirror of https://github.com/status-im/consul.git
Fix import order
This commit is contained in:
parent
73951d8319
commit
00840929ea
|
@ -3,13 +3,12 @@ package api
|
|||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/hashicorp/consul/testutil"
|
||||
"github.com/hashicorp/serf/serf"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue