trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.6k stars 125 forks source link

Improve error handling #20

Closed trustmaster closed 3 months ago

trustmaster commented 10 years ago

Make all functions return error objects rather than bool and panics. Provide error messages which can be displayed e.g. in Flowhub rather than just console.