Sfoglia il codice sorgente

raftsnap: clean up import paths

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 anni fa
parent
commit
a5b682e40a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"
 )