-
## Make use of Viper
Viper is setup in `internal/controller/defaults.go`
```
func init() {
// init viper for config env variables
viper.AutomaticEnv()
}
```
we can make use of it when …
-
### Preflight Checklist
- [X] I have searched the [issue tracker](https://www.github.com/spf13/viper/issues) for an issue that matches the one I want to file, without success.
- [X] I am not looki…
-
2k becomes 250hz 4k becomes 500hz and 8k becomes 1000. the deathadder wired v3 does work though and u grt true 8000hz
-
As initiated in #147, let's discuss here what would be the requirement for introducing collaborative support into Viper.
Integrating Git could be an easy solution for a collaborative setup, although …
-
```go
type Database struct {
Name string `json:"name"`
Type string `json:"type"`
Config *viper.Viper `json:"config"`
Param *viper.Viper `json:"param"`
}
db := &Database{}
viper.Unma…
-
### Preflight Checklist
- [X] I have searched the [issue tracker](https://www.github.com/spf13/viper/issues) for an issue that matches the one I want to file, without success.
- [X] I am not looki…
-
https://github.com/spf13/viper/blob/fb4eafdd9775508c450b90b1b72affeef4a68cf5/viper.go#L1743
Forgive me if this is the correct behaviour for an ini file but why is the [default] section name being r…
-
Hello everyone.
I'm new to the programing world so please don't be harsh on me XD. and **I'm a windows user**.
My issue is that i have a **Razer Deathadder V2 Pro** that came with non functional usb…
-
Viper 2 is happening! 🎉
Although things are moving slowly, there is absolutely enough information about the most severe issues to start the planning phase and layout a course.
Most of the work …
-
Sorry to repost here, but figured this would be better than the ObjCIO Github.
Here's a few of things I am having a hard time figuring out using VIPER architecture:
If I have an entity that is just …