package
3.0.0+incompatible
Repository: https://github.com/davidwalter0/go-cfg.git
Documentation: pkg.go.dev
# README
Run with
go run *.go
"UnsetUserArray": null,
"UnsetIntArray": null,
contrast the output with
. environment; go run *.go
"UnsetUserArray": [
"tom",
"dick",
"harry"
],
"UnsetIntArray": [
9,
8,
0,
5,
4,
3,
2,
1
],