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
When a client calls Use specifying sources, Use should add those sources to the existing ones. This will allow unit tests to override the sources that clients provide.
applyLanguage needs to be changed to provide this incremental functionality:
tx=factory.New(lang)
TxRef=utils.NewRoProp(tx)
The text was updated successfully, but these errors were encountered:
When a client calls Use specifying sources, Use should add those sources to the existing ones. This will allow unit tests to override the sources that clients provide.
applyLanguage needs to be changed to provide this incremental functionality:
The text was updated successfully, but these errors were encountered: