go-nbd icon indicating copy to clipboard operation
go-nbd copied to clipboard

github.com/pilebones/go-udev is GPL3.0 Licensed Which Prohibits Static Linking

Open dpeckett opened this issue 1 year ago • 1 comments

Probably should use a more liberally licensed library.

dpeckett avatar Jul 23 '23 16:07 dpeckett

Yeah, that's def. a good point. There isn't really a good alternative available, and it is only used for a very simple purpose (to detect that a device is ready), and a fallback is available (and implemented in the form of the poll option). I'm almost thinking of just re-implementing that specific part myself ...

pojntfx avatar Aug 08 '23 13:08 pojntfx