https://github.com/vdaas/go-handson
https://github.com/vdaas/go-handson
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vdaas/go-handson
- Owner: vdaas
- Created: 2017-02-28T01:09:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T10:33:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:51:04.923Z (about 1 year ago)
- Language: Go
- Size: 1.57 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
This slide deck and supporting material is part of the [_Introduction to Go_](http://dave.cheney.net/training) training course by Dave Cheney.
# Installation
1. Clone this code into a directory
```
git clone https://github.com/kpango/go-handson
```2. Install the Go present tool
```
go get -u -v golang.org/x/tools/cmd/present
```3. Run the present tool
```
cd go-handson && present
```The slides will be available at [http://127.0.0.1:3999/go-handson.slide](http://127.0.0.1:3999/go-handson.slide#1)
# Online
You can view current version of slides at [https://go-talks.appspot.com/github.com/kpango/go-handson/go-handson.slide#1](https://go-talks.appspot.com/github.com/kpango/go-handson/go-handson.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.