karalabe / hid

Gopher Interface Devices (USB HID)
Other
266 stars 132 forks source link

Add top-level dummy.go to fix vendoring #52

Closed benma closed 1 month ago

benma commented 8 months ago

Similar to https://github.com/karalabe/usb/blob/8627268f6b0ac462d2f78166262404901a2d36e0/dummy.go.

Without this, go mod vendor does not vendor the subdirectories with the C code, but they are required for a successful build.

benma commented 6 months ago

ping @karalabe please merge this so use this repo again instead of my own fork :smile:

benma commented 6 months ago

@karalabe bump

benma commented 5 months ago

@karalabe - is there there any other maintainer to ping? Feel free to make me a maintainer if you have too little time - happy to help.

benma commented 4 months ago

ping @karalabe

benma commented 1 month ago

@holiman please merge this, this is a very simple PR but without it vendoring does this lib does not work. Thanks!