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

https://github.com/howprogrammingworks/go-meetups

Lectures of Go meetups at HowProgrammingWorks
https://github.com/howprogrammingworks/go-meetups

Last synced: 10 months ago
JSON representation

Lectures of Go meetups at HowProgrammingWorks

Awesome Lists containing this project

README

          

## Installing go tools
https://golang.org/doc/install

## Installing present cmd tool

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

## Starting slides server
``` bash
present
```

## Watch slides
http://127.0.0.1:3999