Add comment to pass Codacy Static Code Analysis

This commit is contained in:
NekoGirlSAIKOU 2022-04-25 21:27:08 +08:00 committed by Jakob Unterwurzacher
parent 1bff80b46c
commit 4808adc761
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ func Dir(path string) string {
return d
}
// GetLongNameMax will return curent `longNameMax`. File name longer than
// this should be hashed.
func (n *NameTransform) GetLongNameMax() int {
return n.longNameMax
}