Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

benma
Copy link
Contributor

@benma benma commented Mar 12, 2024

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.

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 benma changed the title Add top-level dummy.go Add top-level dummy.go to fix vendoring Mar 12, 2024
@benma
Copy link
Contributor Author

benma commented Apr 29, 2024

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

@benma
Copy link
Contributor Author

benma commented May 13, 2024

@karalabe bump

@benma
Copy link
Contributor Author

benma commented May 28, 2024

@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
Copy link
Contributor Author

benma commented Jun 21, 2024

ping @karalabe

@benma
Copy link
Contributor Author

benma commented Sep 19, 2024

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

Copy link
Collaborator

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@holiman holiman merged commit 821c38d into karalabe:master Sep 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants