func()

in filemanager/filemanager.go [22:28]


func (e *Error) Error() string {
	if e.err != nil {
		return e.err.Error()
	}

	return ""
}