simple-json

command
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2020 License: MIT Imports: 6 Imported by: 0

README

$ go run $GOPATH/src/github.com/adrianduke/configr/examples/simple-json/example.go
Gotten values:
	main.Email{FromAddress:"my@email.com", Subject:"A Subject", MaxRetries:5, RetryOnFail:true}

Blank config:
{
	"email": {
		"fromAddress": "*** Email from address ***",
		"maxRetries": 3,
		"retryOnFail": false,
		"subject": "*** Email subject ***"
	}
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL