5 keys to create a killer CLI in Go

This commit is contained in:
Morgan 2018-02-06 07:18:35 +01:00 committed by GitHub
parent 416e773727
commit 98bf9bb553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2823,6 +2823,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH
* [Nemanja Mijailovic](https://mijailovic.net/2017/07/29/go-fuzz/) - (2017) Going down the rabbit hole with go-fuzz | testing techniques
* [Jérôme Petazzoni](https://jpetazzo.github.io/2016/09/09/go-docker/) - (2016) Go + Docker = ♥ | tips and tricks showing how Docker can be useful when working with Go code
* [Google Developers](https://developers.google.com/protocol-buffers/docs/gotutorial) - Protocol Buffer Basics: Go
* [Alex Ellis](https://blog.alexellis.io/5-keys-to-a-killer-go-cli/) - 5 keys to create a killer CLI in Go
## Groovy
* [Stack Overflow](https://stackoverflow.com/questions/35187151/using-groovy-how-do-you-pipe-multiple-shell-commands) - how to pipe multiple shell commands