Files
gotenberg/internal/pkg/normalize/doc.go
Julien Neuhart bcf06f0d69 fixes #104
2019-08-18 20:03:47 +02:00

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