An open API service indexing awesome lists of open source software.

https://github.com/parvez3019/go-concurrency-parallelism


https://github.com/parvez3019/go-concurrency-parallelism

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[Click here to watch the talk on Go currency & parallelism](https://www.youtube.com/watch?v=1aaNZNdwd2Y)

[Click here to see the presentation](https://talks.godoc.org/github.com/parvez3019/go-concurrency-parallelism/go-present.slide#1)

# go-concurrency

go-present
The repository illustrates how to use the go present tool. To install the present tool run:

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

To run the present tool run:

present
or
$GOPATH/bin/present

By default the present tool serves up the slides on the http://127.0.0.1:3999.

To get more information on present command line options run:

present --help