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
It is useful to build an object with default configurations.
// now the default is an object initialized by empty values.default:=conf.ExampleConfig()
// fill the fields with default valueconfigo.ApplyDefault(&default)
The text was updated successfully, but these errors were encountered:
Export the
applyDefault
function asApplyDefault
.It is useful to build an object with default configurations.
The text was updated successfully, but these errors were encountered: