etcd: format import order

golang CodeReviewComments:
https://github.com/golang/go/wiki/CodeReviewComments#imports

Signed-off-by: demoManito <1430482733@qq.com>
This commit is contained in:
demoManito
2022-09-20 11:06:33 +08:00
parent 8650ae83f7
commit f67ec10779
7 changed files with 24 additions and 20 deletions

View File

@ -15,9 +15,10 @@
package main
import (
"go.etcd.io/etcd/raft/v3/raftpb"
"reflect"
"testing"
"go.etcd.io/etcd/raft/v3/raftpb"
)
func TestProcessMessages(t *testing.T) {