X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/da5bdd82beef668f49c2cec09cea85435c0bec34..e55ecb6c4a75d1d16b6785dbe9f75f9e22291a21:/hotline/files.go?ds=sidebyside diff --git a/hotline/files.go b/hotline/files.go index aa248f8..c4ba718 100644 --- a/hotline/files.go +++ b/hotline/files.go @@ -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