Registry / config / datadog-viper

datadog-viper

JSON →
library1.15.1gogounverified

A DataDog-maintained fork of Viper, a complete configuration solution for Go applications.

go get github.com/DataDog/viper
INSTALL
IMPORT
SIG · DATADOG-VIPER
D
datadog-viper
configgov1.15.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

viper
github.com/DataDog/viper

Sets and retrieves a configuration value using Viper.

package main import ( "fmt" "github.com/DataDog/viper" ) func main() { viper.SetDefault("key", "value") fmt.Println(viper.GetString("key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Resources
datadog-viper — go get datadog-viper · libregistry