You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would wrap a func() interface{} and only call the function if necessary (e.g. calls to Debug in release builds will not call the function if global and contextual debugging is disabled). This can be used to lazily provide data that would be otherwise be prohibitively expensive to produce.
The text was updated successfully, but these errors were encountered:
This would wrap a
func() interface{}
and only call the function if necessary (e.g. calls to Debug in release builds will not call the function if global and contextual debugging is disabled). This can be used to lazily provide data that would be otherwise be prohibitively expensive to produce.The text was updated successfully, but these errors were encountered: