Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 643 Bytes

File metadata and controls

17 lines (9 loc) · 643 Bytes

Working with present tool

  1. go get code.google.com/p/go.talks/present

  2. Create a .slide file (follow present tool doc).

  3. Run present tool in any directory within or under which you have the .slide files.

  4. Go to localhost:3999 on your browser.

  5. Upload project to github and Link .slide file via talks.godoc.org for web access.

  6. Slides

  7. Benchmarking

  8. Command: go test -run none -bench . -benchtime 3s -benchmem