Program written in Golang that traverses directories and renames files by removing special characters and whitespace
go get golang.org/x/text/transform
go get golang.org/x/text/unicode/norm
go run Normalize.go -dir /Users/myuser/folder_to_run
- Unit Test
- Code analysis