-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add go-dev-tools to install dev tool for golang * refactor: dshelper for bamboo wip * refactor: bamboo adopts new dshelpers * fix: unit test
- Loading branch information
Showing
26 changed files
with
316 additions
and
526 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 |
---|---|---|
|
@@ -30,7 +30,12 @@ go-dep: | |
go install github.com/vektra/mockery/[email protected] | ||
go install github.com/swaggo/swag/cmd/[email protected] | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest | ||
|
||
go-dev-tools: | ||
# go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest | ||
go install golang.org/x/tools/cmd/goimports@latest | ||
go install golang.org/x/tools/gopls@latest | ||
go install github.com/go-delve/delve/cmd/dlv@latest | ||
|
||
python-dep: | ||
pip install -r python/requirements.txt | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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.