not able to install uuid package
Open
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 440
- PR merge metrics
- No merged PRs in 30d
Description
RUN go install github.com/google/uuid@v1.3.0 or RUN go install github.com/google/uuid running these command but getting such error,
RUN go install github.com/google/uuid@v1.3.0:
#10 0.943 go: downloading github.com/google/uuid v1.3.0
#10 2.980 package github.com/google/uuid is not a main package
------
executor failed running [/bin/sh -c go install github.com/google/uuid@v1.3.0]: exit code: 1
please give me some solution for same
Contributor guide
Assessment
This issue has not been assessed yet.