]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/files.go
Initial refactor to split client from protocol package
[rbdr/mobius] / hotline / files.go
index aa248f81893f06ca0d61e2b27e0f106a9b707c10..c4ba718b8fd23cf1319c39f6833fd71887646878 100644 (file)
@@ -131,7 +131,7 @@ func getFileNameList(path string, ignoreList []string) (fields []Field, err erro
                if err != nil {
                        return nil, err
                }
-               fields = append(fields, NewField(fieldFileNameWithInfo, b))
+               fields = append(fields, NewField(FieldFileNameWithInfo, b))
        }
 
        return fields, nil