Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 312 Bytes

softwarekammer-go

Repository with material from golang talk at the meetup

  • Install go
  • Install presentation tools
$ go get golang.org/x/net
$ go get golang.org/x/tools
$ go install golang.org/x/tools/cmd/present
  • Start presenting server locally in root folder
$ present -http localhost:3999