Creating A CLI In Golang
This is technically the first post on my blog so I鈥檓 pretty excited to write this one 馃槃 For the last few months, I鈥檝e been working on depstat, which is a command-line tool to analyze dependencies, as part of my CNCF Internship. I鈥檝e had a blast working on this especially because of the welcoming community. depstat is going to be used to evaluate dependency updates to Kubernetes and has been written in Go so I thought about sharing some stuff I learned :D ...