https://github.com/howprogrammingworks/go-meetups
Lectures of Go meetups at HowProgrammingWorks
https://github.com/howprogrammingworks/go-meetups
Last synced: 10 months ago
JSON representation
Lectures of Go meetups at HowProgrammingWorks
- Host: GitHub
- URL: https://github.com/howprogrammingworks/go-meetups
- Owner: HowProgrammingWorks
- License: gpl-3.0
- Created: 2017-12-03T22:34:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T10:39:21.000Z (about 8 years ago)
- Last Synced: 2025-03-31T13:03:52.181Z (11 months ago)
- Language: Go
- Size: 10.6 MB
- Stars: 14
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installing go tools
https://golang.org/doc/install
## Installing present cmd tool
```bash
go get golang.org/x/tools/cmd/present
```
## Starting slides server
``` bash
present
```
## Watch slides
http://127.0.0.1:3999