8000 Release Version 1.0.0 · vblinden/tomlenv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@vblinden vblinden released this 29 Mar 13:15
· 4 commits to master since this release
248cb7b
  • Support for dot notation was added. For example:
[database]
username = "john"
password = "secret"

Can be accessed like:

fmt.Println(os.Getenv("database.username"))
0