go-commons-lang
go-commons-lang copied to clipboard
Changing correct EndsWith() method
- internalAppendIfMissing() method has a bug for ignoreCase = false, is invoking EndsWithIgnoreCase() method instead of EndsWith()
PD: sorry for the extra formatting, it was the IDE I guess. Thanks for your library!