Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/corylanou/quick-tour
- Owner: corylanou
- Created: 2015-08-02T13:42:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T19:18:05.000Z (over 9 years ago)
- Last Synced: 2023-03-11T18:03:03.662Z (almost 2 years ago)
- Language: Go
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.