This website requires JavaScript.
Explore
Help
Sign In
mediocregopher
/
mediocre-go-lib
Watch
1
Star
0
Fork
0
You've already forked mediocre-go-lib
Code
Releases
Activity
c5c11dc067
mediocre-go-lib
/
mcfg
History
Brian Picciano
c5c11dc067
mcfg: make Child set its hooks to happen _then_, not recursively/concurrently during the parents', otherwise you can't effect a child's behavior with parent configs (e.g. changing the handler being passed into an http server)
2018-05-27 07:58:51 +00:00
..
cli_test.go
implement mcfg package, which includes both configuration, runtime setup, and organizing both into heirarchies
2018-02-14 18:24:54 +00:00
cli.go
implement mcfg package, which includes both configuration, runtime setup, and organizing both into heirarchies
2018-02-14 18:24:54 +00:00
mcfg_test.go
implement mcfg package, which includes both configuration, runtime setup, and organizing both into heirarchies
2018-02-14 18:24:54 +00:00
mcfg.go
mcfg: make Child set its hooks to happen _then_, not recursively/concurrently during the parents', otherwise you can't effect a child's behavior with parent configs (e.g. changing the handler being passed into an http server)
2018-05-27 07:58:51 +00:00
param.go
implement mcfg package, which includes both configuration, runtime setup, and organizing both into heirarchies
2018-02-14 18:24:54 +00:00