Registry / config / projectdiscovery-goconfig

projectdiscovery-goconfig

JSON →
library0.0.1gogounverified

A configuration management library for Go applications.

go get github.com/projectdiscovery/goconfig
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-G
P
projectdiscovery-goconfig
configgov0.0.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.

goconfig
github.com/projectdiscovery/goconfig

Reads a YAML configuration file and retrieves a value by key.

package main import ( "fmt" "github.com/projectdiscovery/goconfig" ) func main() { cfg, _ := goconfig.Read("config.yaml") fmt.Println(cfg.Get("key")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
projectdiscovery-goconfig — go get projectdiscovery-goconfig · libregistry