GoLang
Go is a statically typed, compiled programming language
Coding exercise
https://github.com/marcelbirkner/coding-exercises
Useful libraries
- aws-sdk-go for AWS Cloud API https://github.com/aws/aws-sdk-go 
- cobra for creating CLI programs - https://github.com/spf13/cobra 
- go-client for Kubernetes - https://github.com/kubernetes/client-go 
- golang-migrate for datastore migrations - https://github.com/golang-migrate/migrate 
- go-resty for HTTP calls - https://github.com/go-resty/resty 
- google-cloud-go for Google Cloud API- https://github.com/googleapis/google-cloud-go 
Links
Last updated