https://github.com/just-do-halee/refl
Simple and useful utility package for "reflect" in Go
https://github.com/just-do-halee/refl
go go-package golang reflect toolkit
Last synced: about 1 year ago
JSON representation
Simple and useful utility package for "reflect" in Go
- Host: GitHub
- URL: https://github.com/just-do-halee/refl
- Owner: just-do-halee
- License: apache-2.0
- Created: 2022-11-13T08:11:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T11:13:38.000Z (over 3 years ago)
- Last Synced: 2025-05-19T00:17:58.248Z (about 1 year ago)
- Topics: go, go-package, golang, reflect, toolkit
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# **`Refl`**
`Refl` is a simple, useful utility package for "reflect" in Go.
[![CI][ci-badge]][ci-url]
[![Licensed][license-badge]][license-url]
[![Twitter][twitter-badge]][twitter-url]
[ci-badge]: https://github.com/just-do-halee/refl/actions/workflows/ci.yml/badge.svg
[license-badge]: https://img.shields.io/github/license/just-do-halee/refl?labelColor=383636
[twitter-badge]: https://img.shields.io/twitter/follow/do_halee?style=flat&logo=twitter&color=4a4646&labelColor=333131&label=just-do-halee
[ci-url]: https://github.com/just-do-halee/refl/actions
[twitter-url]: https://twitter.com/do_halee
[license-url]: https://github.com/just-do-halee/refl
| [Examples](./examples/) | [Latest Note](./CHANGELOG.md) |
```shell
go get -u github.com/just-do-halee/refl
```