forked from 0x2E/fusion
![]() It feels a bit messy that the entire program has write access to the configuration as a shared global object. Shared globals make it more difficult to reason about a program's behavior. This rewrite reduces the problem a bit by making the shared global state read-only after the client calls conf.Load. |
||
---|---|---|
.. | ||
conf.go |