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

https://github.com/siadat/bake

Code for GopherCon presentation
https://github.com/siadat/bake

golang parser

Last synced: 10 months ago
JSON representation

Code for GopherCon presentation

Awesome Lists containing this project

README

          

# Bake

Bake is a proof-of-concept parser
and go/ast.Node generator.

Test:
```
make test
```

Run:
```
go run . ./testdata/1.bake
```