We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cannot install on fresh Debian 12 system via the git repo from source.
To Reproduce install golang and try the README....
dev@devbox:~/git/lazydocker$ go run main.go vendor/go.opentelemetry.io/otel/attribute/set.go:7:2: cannot find package "." in: /home/dev/git/lazydocker/vendor/cmp vendor/go.opentelemetry.io/otel/attribute/set.go:10:2: cannot find package "." in: /home/dev/git/lazydocker/vendor/slices dev@devbox:~/git/lazydocker$ go install vendor/go.opentelemetry.io/otel/attribute/set.go:7:2: cannot find package "." in: /home/dev/git/lazydocker/vendor/cmp vendor/go.opentelemetry.io/otel/attribute/set.go:10:2: cannot find package "." in: /home/dev/git/lazydocker/vendor/slices
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Cannot install on fresh Debian 12 system via the git repo from source.
To Reproduce
install golang and try the README....
The text was updated successfully, but these errors were encountered: