Stupid small GoLang program to grouping the image automatically by YearMonth or
- run benchmark library [half]
- read files in current directory [done]
- read files in subsequent directories [done]
- put file entries in to map [done]
- making the file entries into faster query data structures [done]
- read exif data [done]
- generate folder according to settings and files entries [done]
- move files to correspondent folder
- make things concurrency mode (if possible) [done]
- support more file format [ARW, mp4]
- fuzzy file grouping
- Read number of cpu to concurrency [done]
- Enhance to integrate with golang cli framework
- compile to different os [done]
- go tool dist list
- https://www.digitalocean.com/community/tutorials/building-go-applications-for-different-operating-systems-and-architectures
- GOOS=windows GOARCH=amd64 go build -o ./bin/windows/picgroup.exe
- GOOS=linux GOARCH=amd64 go build -o ./bin/linux/picgroup
- go build -o ./bin/macm1/picgroup