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

https://github.com/shurcool/godecl

A godecl experiment. Like cdecl, but for Go.
https://github.com/shurcool/godecl

go

Last synced: about 1 year ago
JSON representation

A godecl experiment. Like cdecl, but for Go.

Awesome Lists containing this project

README

          

godecl
======

[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/godecl.svg)](https://pkg.go.dev/github.com/shurcooL/godecl)

A godecl experiment. Like cdecl, but for Go.

https://godecl.org

Inspired by @bradfitz at https://twitter.com/bradfitz/status/833048466456600576.

Installation
------------

```sh
go install github.com/shurcooL/godecl@latest
```

Directories
-----------

| Path | Synopsis |
|------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| [decl](https://pkg.go.dev/github.com/shurcooL/godecl/decl) | Package decl implements functionality to convert fragments of Go code to an English representation. |

License
-------

- [BSD-style License](LICENSE)