From 8cdb62e56ccc8e6f18cbe9babe5773429f7ec61a Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 29 Aug 2015 14:10:56 +0300 Subject: [PATCH] Bootstrap config once initialized --- confection.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/confection.go b/confection.go index 9f8c11b..d7cdf71 100644 --- a/confection.go +++ b/confection.go @@ -26,6 +26,8 @@ func Manage(target interface{}) { } config = target + + bootstrap() } // OnChange adds a callback function that is triggered every time a value of