Skip to content

Commit

Permalink
feat: support app wiring (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored Sep 21, 2024
1 parent 91984dd commit cd9d62b
Show file tree
Hide file tree
Showing 24 changed files with 1,878 additions and 513 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
gofumpt_cmd=mvdan.cc/gofumpt
golangci_lint_cmd=github.com/golangci/golangci-lint/cmd/golangci-lint

FILES := $(shell find $(shell go list -f '{{.Dir}}' ./...) -name "*.go" -a -not -name "*.pb.go" -a -not -name "*.pb.gw.go" | sed "s|$(shell pwd)/||g")
FILES := $(shell find $(shell go list -f '{{.Dir}}' ./...) -name "*.go" -a -not -name "*.pb.go" -a -not -name "*.pb.gw.go" -a -not -name "*.pulsar.go" | sed "s|$(shell pwd)/||g")
license:
@go-license --config .github/license.yml $(FILES)

Expand Down
Loading

0 comments on commit cd9d62b

Please sign in to comment.