Fix import order

This commit is contained in:
Preetha Appan 2017-09-25 18:06:49 -05:00
parent 73951d8319
commit 00840929ea
1 changed files with 2 additions and 3 deletions

View File

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