mudream4869 / toolgui

ToolGUI: Build tool apps in Go
https://toolgui-doc.fly.dev/
MIT License
2 stars 0 forks source link

Error handling: Error wrapping #3

Closed mudream4869 closed 2 months ago

mudream4869 commented 2 months ago

We should wrap error with function information:

For example:

return fmt.Errorf("{function info}: %w", err)
mudream4869 commented 2 months ago

Add in v0.0.12