1 2 3 4 5
package config import "errors" var NotInitialized error = errors.New("your application config not initialized")