https://github.com/gobuffalo/attrs
https://github.com/gobuffalo/attrs
go golang parser
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobuffalo/attrs
- Owner: gobuffalo
- License: mit
- Created: 2019-02-19T18:53:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T04:41:45.000Z (over 3 years ago)
- Last Synced: 2025-07-08T05:12:01.458Z (12 months ago)
- Topics: go, golang, parser
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# attrs
[](https://github.com/gobuffalo/attrs/actions)
[](https://godoc.org/github.com/gobuffalo/attrs)
### Requirements
* Go 1.13+
* Go Modules
### Installation
```bash
$ go get github.com/gobuffalo/attrs/cmd/attrs
```
---