package config import "errors" var NotInitialized error = errors.New("your application config not initialized")