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 seems we expect Blob to have valid namespace at that point? If so, we can avoid using exported constractor in favour of local(without validion) constractor. I will remove the need to return error here and:
Method will be be much easier to use without if err != nil ...
if err != nil ...
(b *Blob) RawNamespace()
anymoreOriginally posted by @walldiss in #68 (comment)
The text was updated successfully, but these errors were encountered: