pojntfx / go-nbd

Pure Go NBD server and client library.
Apache License 2.0
346 stars 18 forks source link

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

Open dpeckett opened 1 year ago

dpeckett commented 1 year ago

Probably should use a more liberally licensed library.

pojntfx commented 1 year ago

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 ...