Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.6 KB

README.md

File metadata and controls

60 lines (46 loc) · 2.6 KB

To View Online this Presentation go to:

2014

2013

2012

How to View the Presentation

This presentation uses the go.talks presenter tools. To view on your local machine you need to have installed go already. (1.0.3 at the moment of this writing november 20 2012):

Install

git co [email protected]:lagomeetup/talks.git talks
cd talks
export GOPATH=`pwd`
go get code.google.com/p/go.talks/present/
./bin/present -play=true -base= ./src/code.google.com/p/go.talks/
  • Open your browser (chrome) to http://127.0.0.1:3999/
  • Go to one of the year (say 2013) and click on of the .slide files

Click on the links to go directly to the online google documentation (internet required)

Push run the test code locally (make sure the play=true flag is set when launching the present tool)

The full source code is located inside the subdirectories.

The example should be fully functional.

Enjoy!!

The Los Angeles Go Meetup Team