Bootstrap config once initialized
This commit is contained in:
parent
605d3e5b50
commit
8cdb62e56c
|
@ -26,6 +26,8 @@ func Manage(target interface{}) {
|
|||
}
|
||||
|
||||
config = target
|
||||
|
||||
bootstrap()
|
||||
}
|
||||
|
||||
// OnChange adds a callback function that is triggered every time a value of
|
||||
|
|
Loading…
Reference in New Issue