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

Please provide a working Makefile or at the very least a go.mod file. #50

Open
RobinStamer opened this issue Apr 20, 2024 · 0 comments
Open

Comments

@RobinStamer
Copy link

After some trouble, I managed to get de compiled with: go mod init github.com/de go mod tidy go mod vendor and finally go build. (The provided go get... did not work as go.mod was missing). deplumber wasn't built with that, or the following:

; go build -o dp github.com/de/deplumber
# github.com/de/deplumber
deplumber/main.go:107:17: cannot use f (variable of type *client.Fid) as io.ByteReader value in argument to m.Recv: *client.Fid does not implement io.ByteReader (missing method ReadByte)
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

No branches or pull requests

1 participant