Browse Source

raftsnap: clean up import paths

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
a5b682e40a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      raftsnap/db.go

+ 1 - 0
raftsnap/db.go

@@ -23,6 +23,7 @@ import (
 	"path/filepath"
 
 	"github.com/coreos/etcd/pkg/fileutil"
+
 	humanize "github.com/dustin/go-humanize"
 	"go.uber.org/zap"
 )