tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

Change `AppendToWalkInit` stuff to propagate errors #60

Open dblohm7 opened 6 months ago

dblohm7 commented 6 months ago

In the review for this PR, @nickkhyl points out that it would be nice if AppendToWalkInit could accept functions that return errors so that failures could be propagated up to the caller of InitApp.

I think it's a good idea, but I'm filing it as a new issue for follow-up.