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
I believe you can create a function that would do the processing of each method and will return nil and an error message if it errors, otherwise will return the expected config
Is it the case that any empty config config{} is considered erroneous? Wouldn't it be better to return nil for the config as well here?
The text was updated successfully, but these errors were encountered:
I have 2 comments :
weber/weber.go
Line 166 in 456a2cc
I believe you can create a function that would do the processing of each method and will return nil and an error message if it errors, otherwise will return the expected config
Is it the case that any empty config
config{}
is considered erroneous? Wouldn't it be better to returnnil
for the config as well here?The text was updated successfully, but these errors were encountered: