Skip to content

Commit

Permalink
vendor: add errgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Perez committed Sep 13, 2016
1 parent 2f320b6 commit c3e3f85
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM golang:1.7
COPY . /go/src/github.com/scaleway/scaleway-cli
WORKDIR /go/src/github.com/scaleway/scaleway-cli
RUN go install -v ./cmd/scw
ENTRYPOINT ["scw"]
CMD ["help"]
8 changes: 6 additions & 2 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/golang.org/x/sync/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions vendor/golang.org/x/sync/PATENTS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/golang.org/x/sync/errgroup/errgroup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3e3f85

Please sign in to comment.