https://github.com/dedis/go-presentation
https://github.com/dedis/go-presentation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dedis/go-presentation
- Owner: dedis
- Created: 2021-05-05T10:39:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T02:32:13.000Z (over 3 years ago)
- Last Synced: 2025-03-03T08:22:46.605Z (over 1 year ago)
- Language: HTML
- Size: 9.72 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Presentation at DEDIS
A brief introduction to the language, its tools, best practices and cool toys,
targeted at PhD students at the Decentralized and Distributed Systems Lab.
## How to see it?
Use the golang present tool
```
# setup GOPATH before running this: https://golang.org/doc/code.html#GOPATH
go get golang.org/x/tools/cmd/present
$GOPATH/bin/present -base $GOPATH/pkg/mod/golang.org/x/tools@v0.1.0/cmd/present
```