Skip to content

Commit

Permalink
Removed (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung authored Jun 14, 2024
1 parent 632ba12 commit 6a4ceb9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:
@docker run --user `id -u` --rm -v $(PWD):/defs namely/protoc-all:1.51_1 -d . -l go -o go
@docker run --rm -v "${PWD}":/apm-proto -w /apm-proto/go/collectorpb golang:1.21.0 sh -c "go mod init github.com/solarwinds/apm-proto/go/collectorpb && go mod tidy"
@docker run --user `id -u` --rm -v "${PWD}/go/collectorpb":/src -w /src vektra/mockery --all --case=underscore
@rm -rf go/collectorpb/go.*

.PHONY: doc
doc:
Expand Down
15 changes: 0 additions & 15 deletions go/collectorpb/go.mod

This file was deleted.

14 changes: 0 additions & 14 deletions go/collectorpb/go.sum

This file was deleted.

0 comments on commit 6a4ceb9

Please sign in to comment.