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

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

Awesome Lists containing this project

README

          

# strct
[![GoDoc](https://godoc.org/github.com/jobstoit/strct?status.svg)](https://godoc.org/github.com/jobstoit/strct)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjobstoit%2Fstrct%2Fbadge&style=flat)](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
```