https://github.com/sagikazarmark/viper-custom-types
https://github.com/sagikazarmark/viper-custom-types
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagikazarmark/viper-custom-types
- Owner: sagikazarmark
- License: mit
- Created: 2021-06-18T00:00:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T12:25:10.000Z (over 4 years ago)
- Last Synced: 2025-07-09T01:03:03.471Z (3 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Viper custom types
[](https://repl.it/@sagikazarmark/viper-custom-types#main.go)
This repository contains some examples about using custom types and custom formats and decoders with Viper.
Under the hood, Viper uses [mapstructure](https://github.com/mitchellh/mapstructure) to decode values.
You can find more Viper examples here: [](https://repl.it/@sagikazarmark/Viper-example#main.go)