Skip to content

Commit

Permalink
Link 'lightweight' in README to go.mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Mar 26, 2023
1 parent c77dab6 commit 98b36ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ Install with `go get -u github.com/knadh/koanf/parsers/$parser`

### Alternative to viper

koanf is a lightweight alternative to the popular [spf13/viper](https://github.com/spf13/viper). It was written as a result of multiple stumbling blocks encountered with some of viper's fundamental flaws.
koanf is a [lightweight](https://github.com/knadh/koanf/blob/master/go.mod) alternative to the popular [spf13/viper](https://github.com/spf13/viper). It was written as a result of multiple stumbling blocks encountered with some of viper's fundamental flaws.

- viper breaks JSON, YAML, TOML, HCL language specs by [forcibly lowercasing keys](https://github.com/spf13/viper/pull/635).
- Significantly bloats [build sizes](https://github.com/knadh/koanf/wiki/Comparison-with-spf13-viper).
Expand Down

0 comments on commit 98b36ee

Please sign in to comment.