The Wayback Machine - https://web.archive.org/web/20201013214507/https://github.com/gonum/talks
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

This is a repository for talks given by Gonum developers about Go and Gonum.

2019

2017

2015

Running presentations locally

Some slides in stacks may include playable code examples that depend on github.com/gonum tree imports, or other packages outside the standard library. To play these examples the presentations must be served locally using the present tool.

The present tool is easily installed using go get:

go get golang.org/x/tools/cmd/present

Individual talks and their dependencies can then be installed and run, e.g.:

go get github.com/gonum/talks/2015/intro_concurrency
cd $GOPATH/src/github.com/gonum/talks/2015
present

The entire talks repo and dependencies may by installed:

go get github.com/gonum/talks/...

License

Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.

About

Talks given about Go and Gonum delivered by Gonum developers.

Resources

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

You can’t perform that action at this time.