https://github.com/andrestc/go-workshop-101
[WIP] This is a introduction to Go workshop
https://github.com/andrestc/go-workshop-101
Last synced: 3 months ago
JSON representation
[WIP] This is a introduction to Go workshop
- Host: GitHub
- URL: https://github.com/andrestc/go-workshop-101
- Owner: andrestc
- Created: 2017-09-12T16:08:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T13:47:44.000Z (over 7 years ago)
- Last Synced: 2025-01-13T21:43:47.599Z (4 months ago)
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-workshop-101
This is a introduction to Go workshop. Work in progress.# View online
This is slides are available at: https://go-talks.appspot.com/github.com/andrestc/go-workshop-101/intro.slide
# Running locally
### Clone this repository
```
$ git clone https://github.com/andrestc/go-workshop-101
```### Install the Go present tool
```
$ go get -u golang.org/x/tools/cmd/present
```### Run the present tool
```
$ present
```# Disclaimer
Some of the used material is a copy (with minor changes) from:
[Dave Cheney, Introduction to Go.](https://github.com/davecheney/introduction-to-go/)
[Robert Griesemer, A Taste of Go.](https://talks.golang.org/2014/taste.slide)
# 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.