# high-performance-go-workshop **Repository Path**: mirrors_hustcat/high-performance-go-workshop ## Basic Information - **Project Name**: high-performance-go-workshop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage This slide deck and supporting material is part of the [_High Performence Go_](http://dave.cheney.net/training) training course by Dave Cheney. # Installation 1. Clone this code into a directory ``` git clone https://github.com/davecheney/high-performance-go-workshop ``` 2. Install the Go present tool ``` go get -u -v golang.org/x/tools/cmd/present ``` 3. 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](http://127.0.0.1:3999/high-performance-go-workshop.slide#1) # Online You can view current version of slides at [https://go-talks.appspot.com/github.com/davecheney/high-performance-go-workshop/high-performance-go-workshop.slide#1](https://go-talks.appspot.com/github.com/davecheney/high-performance-go-workshop/high-performance-go-workshop.slide#1) # License and Materials This presentation is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) 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.