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

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

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
```