iver-wharf / wharf-api

Wharf backend written in Go
MIT License
1 stars 0 forks source link

Replaced strings.Title with cases.Title #173

Closed applejag closed 2 years ago

applejag commented 2 years ago

Summary

Motivation

strings.Title has the following deprecation warning in Go 1.18:

// Deprecated: The rule Title uses for word boundaries does not handle Unicode
// punctuation properly. Use golang.org/x/text/cases instead.
Alexamakans commented 2 years ago

Ignoring Added dependency ... changelog entry for this because it just went from indirect -> direct?

applejag commented 2 years ago

Ignoring Added dependency ... changelog entry for this because it just went from indirect -> direct?

Good note, it should be added to CHANGELOG.md then.