Skip to content

Commit

Permalink
Reverse multi-module changes (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
morphar committed Jan 8, 2022
1 parent 94bcf11 commit baf81ea
Show file tree
Hide file tree
Showing 19 changed files with 124 additions and 590 deletions.
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -4,14 +4,8 @@ all:
go get ./...
go install ./...
cd extensions/sample; make
for CMD in `ls cmd` ; do (cd ./cmd/$$CMD; echo "install $$CMD"; go install ./...); done

test:
# since some tests call separately-built binaries, clear the cache to ensure all get run
go clean -testcache
go test ./... -v
for CMD in `ls cmd` ; do (cd ./cmd/$$CMD; echo "test $$CMD"; go test ./... -v); done

tidy:
go mod tidy
for CMD in `ls cmd` ; do (cd ./cmd/$$CMD; echo "tidy $$CMD"; go mod tidy); done
11 changes: 0 additions & 11 deletions cmd/disco/go.mod

This file was deleted.

36 changes: 0 additions & 36 deletions cmd/disco/go.sum

This file was deleted.

7 changes: 0 additions & 7 deletions cmd/parse-linter-output/go.mod

This file was deleted.

39 changes: 0 additions & 39 deletions cmd/parse-linter-output/go.sum

This file was deleted.

10 changes: 0 additions & 10 deletions cmd/petstore-builder/go.mod

This file was deleted.

34 changes: 0 additions & 34 deletions cmd/petstore-builder/go.sum

This file was deleted.

12 changes: 0 additions & 12 deletions cmd/protoc-gen-jsonschema/go.mod

This file was deleted.

0 comments on commit baf81ea

Please sign in to comment.