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.
- Host: GitHub
- URL: https://github.com/shurcool/godecl
- Owner: shurcooL
- License: bsd-3-clause
- Created: 2017-08-04T21:13:49.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:07:05.000Z (over 2 years ago)
- Last Synced: 2025-04-26T02:23:41.845Z (about 1 year ago)
- Topics: go
- Language: Go
- Homepage: https://godecl.org
- Size: 23.4 KB
- Stars: 21
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
godecl
======
[](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)