https://github.com/jobstoit/strct
a simplified golang reflect package
https://github.com/jobstoit/strct
go golang reflect
Last synced: 2 months ago
JSON representation
a simplified golang reflect package
- Host: GitHub
- URL: https://github.com/jobstoit/strct
- Owner: jobstoit
- License: mit
- Created: 2019-02-18T14:41:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T21:51:03.000Z (over 5 years ago)
- Last Synced: 2024-05-12T00:15:59.864Z (almost 2 years ago)
- Topics: go, golang, reflect
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strct
[](https://godoc.org/github.com/jobstoit/strct)
[](https://actions-badge.atrox.dev/jobstoit/strct/goto)
Strct is a simplified golang reflector. See [godoc](https://godoc.org/github.com/jobstoit/strct) for usage
## Installation
Install this package using go get:
```bash
$ go get github.com/jobstoit/strct
```