Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Dec 17, 2019
1 parent d0e1aef commit 51cef2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_mocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -e
set -x

# install outside of current module, workaround https://github.com/golang/go/issues/30515
# we need to copy go.mod and go.sum because we have a mockery fork
go_get_mockery () {
tmp_dir=$(mktemp -d -t mockery-XXXXXXXXXX)
cp go.mod go.sum "$tmp_dir"
Expand Down

0 comments on commit 51cef2a

Please sign in to comment.