Azhrei / high-performance-go-workshop

Short GoLang programming course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

This slide deck and supporting material is part of the High Performence Go training course by Frank Edwards (as modified from Dave Cheney's course).

Installation

  1. Clone this code into a directory
% git clone https://github.com/Azhrei/high-performance-go-workshop
  1. Install the Go present tool
% go get -u -v golang.org/x/tools/cmd/present
  1. Run the present tool
% cd high-performance-go-workshop && present

The slides will be available at http://127.0.0.1:3999/high-performance-go-workshop.slide

Note: The URL must contain 127.0.0.1:3999 because localhost:3999 will not work!

License and Materials

This presentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International licence.

You are encouraged to remix, transform, or build upon the material, providing you give appropriate credit and distribute your contributions under the same license.

About

Short GoLang programming course


Languages

Language:Shell 45.7%Language:HTML 31.7%Language:Vim Script 22.6%