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

https://github.com/dedis/go-presentation


https://github.com/dedis/go-presentation

Last synced: 3 months ago
JSON representation

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
```