feat: buf formatting and linting

This commit is contained in:
Johan Siebens
2022-10-31 07:28:25 +01:00
parent e41bac5a41
commit c73b7e13e0
31 changed files with 1374 additions and 944 deletions
+7 -1
View File
@@ -5,4 +5,10 @@ init:
go install github.com/bufbuild/connect-go/cmd/protoc-gen-connect-go@latest
generate:
buf generate proto
buf generate proto
format:
buf format -w proto
lint:
buf lint proto