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

https://github.com/sagikazarmark/mapstructurex

Extensions for mapstructure
https://github.com/sagikazarmark/mapstructurex

Last synced: about 1 month ago
JSON representation

Extensions for mapstructure

Awesome Lists containing this project

README

          

# Extensions for [mapstructure](https://github.com/go-viper/mapstructure)

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sagikazarmark/mapstructurex/ci.yaml?style=flat-square)](https://github.com/sagikazarmark/mapstructurex/actions/workflows/ci.yaml)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/sagikazarmark/mapstructurex)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.21-61CFDD.svg?style=flat-square)
[![built with nix](https://img.shields.io/badge/builtwith-nix-7d81f7?style=flat-square)](https://builtwithnix.org)

## Installation

```shell
go get github.com/sagikazarmark/mapstructurex
```

## Development

**For an optimal developer experience, it is recommended to install [Nix](https://nixos.org/download.html) and [direnv](https://direnv.net/docs/installation.html).**

Run the test suite:

```shell
just test
```

## License

The project is licensed under the [MIT License](LICENSE).