codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
302.12k stars 28.34k forks source link

Writing a git stats analysis tool using Go #218

Closed lmintmate closed 6 years ago

lmintmate commented 6 years ago

Main programming language

Go

Tutorial title

Visualize your local git contributions with Go: Tutorial on Writing a Git stats analysis cli tool using Go

Tutorial URL

https://flaviocopes.com/go-git-contributions/

Category

P.S. I put this under Uncategorized instead of under Git, as this isn't about git itself, but about a utility to look at git contributions.

danistefanovic commented 6 years ago

Thanks!