webui-dev / v-webui

Use any web browser as GUI, with V in the backend and modern web technologies in the frontend.
https://webui.me
MIT License
112 stars 11 forks source link

Use shorthand error propagation #57

Closed ttytm closed 1 year ago

ttytm commented 1 year ago

A minor refactor of the examples that don't explicitly mention a panic on fail error handling. Better style than ignoring I think, and even shorter for the minimal example.