Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corylanou/quick-tour

Series of quick Go tutorials to show you a few things about Go.
https://github.com/corylanou/quick-tour

Last synced: 21 days ago
JSON representation

Series of quick Go tutorials to show you a few things about Go.

Awesome Lists containing this project

README

        

## Getting Started

Series of quick Go tutorials to show you a few things.

### [Installing Go](INSTALL.md)

This is a quick start guide to show you how to install Go, and write your first `Hello World` program.

### [Your first Command Line Program](CLI.md)

This tutorial will show you how to create a basic command line program that accepts arguments.

### [Your First Webserver](HTTP.md)

Learn how to spin up a web server and how to route incoming requests.

### [Basic Concurrency](CONCURRENCY.md)

See a couple of basic concurrency patterns.