https://github.com/sagikazarmark/mapstructurex
Extensions for mapstructure
https://github.com/sagikazarmark/mapstructurex
Last synced: about 1 month ago
JSON representation
Extensions for mapstructure
- Host: GitHub
- URL: https://github.com/sagikazarmark/mapstructurex
- Owner: sagikazarmark
- License: mit
- Created: 2023-08-14T23:26:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T22:46:57.000Z (about 1 year ago)
- Last Synced: 2025-02-07T01:36:00.442Z (8 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extensions for [mapstructure](https://github.com/go-viper/mapstructure)
[](https://github.com/sagikazarmark/mapstructurex/actions/workflows/ci.yaml)
[](https://pkg.go.dev/mod/github.com/sagikazarmark/mapstructurex)

[](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).