瀏覽代碼

fix missing import (#2275)

mmetc 2 年之前
父節點
當前提交
cf747d65e0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pkg/types/utils.go

+ 1 - 0
pkg/types/utils.go

@@ -6,6 +6,7 @@ import (
 	"encoding/gob"
 	"fmt"
 	"os"
+	"path/filepath"
 	"strconv"
 	"strings"
 	"time"