🖥️
Awesome SRE
  • Awesome SRE
  • Linux Commands
    • Basic Commands
    • awk / sed
  • Networking
    • Basic commands
  • Datastores
    • ElasticSearch
  • Monitoring
    • Tools
  • Programming Languages
    • GoLang
    • Java
  • Orchestration
    • Kubernetes
  • Configuration Management
    • Ansible
    • Chef
  • Cloud Tooling
    • Infrastructure as Code
    • VPN
Powered by GitBook
On this page
  • Coding exercise
  • Useful libraries
  • Links
  1. Programming Languages

GoLang

Go is a statically typed, compiled programming language

PreviousToolsNextJava

Last updated 3 years ago

Coding exercise

Useful libraries

  • aws-sdk-go for AWS Cloud API

  • cobra for creating CLI programs -

  • go-client for Kubernetes -

  • golang-migrate for datastore migrations -

  • go-resty for HTTP calls -

  • google-cloud-go for Google Cloud API-

Links

https://github.com/marcelbirkner/coding-exercises
https://github.com/aws/aws-sdk-go
https://github.com/spf13/cobra
https://github.com/kubernetes/client-go
https://github.com/golang-migrate/migrate
https://github.com/go-resty/resty
https://github.com/googleapis/google-cloud-go
https://quii.gitbook.io/learn-go-with-tests/