roblillack / spot

React-like desktop GUI toolkit for Go
MIT License
1.09k stars 15 forks source link

Import gocoa as internal Cocoa binding library #13

Closed roblillack closed 3 months ago

roblillack commented 3 months ago

Contrary to my former belief (as expressed in the README of my gocoa fork and mojbro/gocoa#24), going forward I think that maintaining gocoa as a separate Go module is too much of a burden as I'm holding back lots of small things which would need Spot-specific code right now. Honestly, most of my existing changes should have been broader to make sense for a general purpose Cocoa binding.

To make things a bit easier for me, I decided to import the binding completely into Spot as an internal package.

I'll be removing anything that I don't seem necessary for Spot but I will keep the original history to correctly attribute the work done by @mojbro, @phaus, @StarHack, and @dim13