Learn Go in ~5mins

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarQube - Static code analysis for 29 languages.
  • service

    Starter code for writing web services in Go using Kubernetes. (by ardanlabs)

    The repository and structure is free here, but I highly recommend the actual course for API development, which is not free but very valuable.

    https://github.com/ardanlabs/service

  • gofpher

    a collection of functional programming constructs for go

    Monadic error handling like in ML work-alikes, Rust etc. would be a good start. Adopt:

    https://github.com/rebeccaskinner/gofpher

    https://speakerdeck.com/rebeccaskinner/monadic-error-handlin...

    I've been talking to the local Go user group. No one even knows about that concept. This continues a pattern of general ignorance/lack of looking beyond one's horizon I've noticed.

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

  • gotests

    Automatically generate Go test boilerplate from your source code.

    You can save yourself a minute and generate the test case boilerplate for your with https://github.com/cweill/gotests :)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts