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

https://github.com/coderdiaz/introducing-go


https://github.com/coderdiaz/introducing-go

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

### Start any file

```sh
$ docker run --rm --volume $(pwd):/go/src/app golang go run src/app/src/golang-book/chapter1/main.go
```