astralboot
astralboot copied to clipboard
Fix Error Handling
https://github.com/zignig/astralboot/blob/cc71025bf94468af5130145606ddf9cb9e7a3c35/src/astralboot/store.go#L163
should be if nil != err
rather than equivilence check :)