https://github.com/schmichael/talks
talks by schmichael
https://github.com/schmichael/talks
Last synced: 22 days ago
JSON representation
talks by schmichael
- Host: GitHub
- URL: https://github.com/schmichael/talks
- Owner: schmichael
- License: apache-2.0
- Created: 2015-01-14T01:50:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T19:25:24.000Z (over 11 years ago)
- Last Synced: 2025-01-26T00:11:59.985Z (over 1 year ago)
- Language: Go
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# talks by schmichael
## Online Talks
**Demos might not work**
* [2015 PDX Go Metafora Talk](http://go-talks.appspot.com/github.com/schmichael/talks/2015-metafora.slide)
## Running
**Demos will use your local `$GOPATH`**
Prerequisites: [Go](http://golang.org/doc/install) and [Git](http://git-scm.com/)
```sh
go get golang.org/x/tools/present
git clone git@github.com:schmichael/talks.git
cd talks
present
```
Then open http://127.0.0.1:3999/ in a browser.