Files
awesome-kubernetes/docs/golang.md
Inaki Fernandez 95ebf3ec51 Dec 1st
2021-12-01 10:32:47 +01:00

8.8 KiB

Golang - Go

Introduction

Tutorials

Kubernetes Client Go

Building container images

Go cheatsheets

Go Frameworks and libraries

Go packages

  • cap A collection of authentication Go packages related to OIDC, JWKs and Distributed Claims.
  • volatiletech/sqlboiler Generate a Go ORM tailored to your database schema.

Goo Tools

  • jcchavezs/porto Tool for adding vanity imports URI to Go files. If you want to enforce vanity import paths, it automates the addition of the import directive.

Go Samples for Google Cloud

Tweets

Click to expand!

If I were a system administrator looking to learn a new programming language it would be Go.

So many of our tools including Kubernetes, Prometheus, and Terraform are written, and extended, in Go that it's almost a requirement next to learning Bash. https://t.co/OfZmGo4uP5

— Kelsey Hightower (@kelseyhightower) December 7, 2020
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Freshly released: go-test-trace. Allows you to generate distributed trace spans from #golang test cases and can participate into an existing distributed trace. Useful to diagnose CI/CD or to run locally. https://t.co/ypLt3sg5MW pic.twitter.com/hGfNJUxi81

— Jaana Dogan ヤナ ドガン (@rakyll) September 21, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

How I write HTTP services in #golang has changed over the years... here's my current style.

(Please consider sharing this with somebody you know who's learning Go.)

It's a yarn... 🧶

1/13

— Mat Ryer (@matryer) October 4, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>