Skip to content

Commit

Permalink
Get rid of api module
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Turi committed Oct 25, 2021
1 parent dafeb86 commit d75c9d3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 543 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,10 @@ manifests: ensure-tools
.PHONY: fmt
fmt: ## Run go fmt against code
go fmt ./...
cd api && go fmt ./...

.PHONY: vet
vet: ## Run go vet against code
go vet ./...
cd api && go vet ./...

.PHONY: go-generate
go-generate: generate-generate
Expand Down
29 changes: 0 additions & 29 deletions api/go.mod

This file was deleted.

Loading

0 comments on commit d75c9d3

Please sign in to comment.