package
1.5.0
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
  ],

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author