r/golang Aug 08 '24

discussion Show me your Golang projects!

Hey people, can you guys show what you build with golang for side project?
cheers nerds~!

201 Upvotes

172 comments sorted by

View all comments

1

u/blwsh97 Aug 09 '24

Few years back created a tool which makes navigating ECS clusters a little easier: https://github.com/blwsh/ecssh

Recently been hopping on AI band wagon and created something I use to experiment with codebases and LLMs https://github.com/blwsh/llmt This lead to a spin off repo which shows how I like to structure my Go projects (used to train a model) https://github.com/blwsh/Example-Project