kennygrant / sanitize

Package sanitize provides functions for sanitizing text in golang strings.
BSD 3-Clause "New" or "Revised" License
334 stars 73 forks source link

add go-mod support and turkish chars + golangci-lint #31

Open vigo opened 1 year ago

Bios-Marcel commented 1 year ago

When contributing to a project, you should consider not unnecessarily changing formatting and separating your changes with different commits and PRs. This allows the maintainer to reduce their own overhead and maybe only merge some PRs, instead of all changes, if not everything is agreed with. @vigo

vigo commented 1 year ago

well, i did not changed a lot. just gofumpted code. added 3-4 lines (chars for mapping Turkish letters). if you check you'll see nothing big has changed 8)

Bios-Marcel commented 1 year ago

You are missing the point of my comment ^^

Either way, I am not the maintainer and that was just a friendly tip.