https://github.com/parvez3019/go-concurrency-parallelism
https://github.com/parvez3019/go-concurrency-parallelism
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/parvez3019/go-concurrency-parallelism
- Owner: parvez3019
- Created: 2020-06-05T17:07:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T08:32:24.000Z (over 3 years ago)
- Last Synced: 2024-10-12T07:21:26.151Z (over 1 year ago)
- Language: Go
- Size: 46.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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