mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-09 00:52:14 +01:00
10 lines
243 B
Go
10 lines
243 B
Go
/*
|
|
Package normalize helps removing special
|
|
characters from a string.
|
|
|
|
Fixes: https://github.com/thecodingmachine/gotenberg/issues/104
|
|
|
|
Credits: https://medium.com/@swdream/golang-remove-all-accents-in-string-319abf6a7f5b
|
|
*/
|
|
package normalize
|