Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corylanou/go-marketing
Series of go tutorials used for marketing purposes
https://github.com/corylanou/go-marketing
Last synced: 21 days ago
JSON representation
Series of go tutorials used for marketing purposes
- Host: GitHub
- URL: https://github.com/corylanou/go-marketing
- Owner: corylanou
- Created: 2015-02-21T13:49:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T19:04:28.000Z (over 9 years ago)
- Last Synced: 2023-03-11T18:02:59.518Z (almost 2 years ago)
- Language: Go
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go marketing Materials
Series of go tutorials used for marketing purposes
## [Installing Go](https://github.com/corylanou/go-marketing/blob/master/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](https://github.com/corylanou/go-marketing/blob/master/CLI.md)
This tutorial will show you how to create a basic command line program that accepts arguments.
## [Your First Webserver](https://github.com/corylanou/go-marketing/blob/master/HTTP.md)
Learn how to spin up a web server and how to route incoming requests.
## [Basic Concurrency](https://github.com/corylanou/go-marketing/blob/master/CONCURRENCY.md)
See a couple of basic concurrency patterns.
[![Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-nd/4.0/)