generated from broadinstitute/golang-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
ae6301b
commit 192029f
Showing
9 changed files
with
961 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ generate-swagger: | |
# To install mockery, `brew install mockery` | ||
# (As a backup, use `go install github.com/vektra/mockery/[email protected]` but check https://github.com/vektra/mockery/releases for versions) | ||
generate-mocks: | ||
cd sherlock && go generate ./... | ||
cd sherlock && mockery | ||
|
||
# We use `go mod vendor` to package local dependencies in a way that the gcloud CLI can upload, but | ||
# we don't keep that directory around because it'll confuse GoLand (we want our source of truth to be | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.