Registry / config / revel-config

revel-config

JSON →
library1.1.0gogounverified

A configuration file parser for the Revel web framework, supporting INI-style files.

go get github.com/revel/config
INSTALL
IMPORT
SIG · REVEL-CONFIG
R
revel-config
configgov1.1.0
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.

config
github.com/revel/config

Reads a configuration file and retrieves a string value.

package main import ( "fmt" "github.com/revel/config" ) func main() { c, _ := config.ReadDefault("app.conf") val, _ := c.String("section", "key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
revel-config — go get revel-config · libregistry