We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28157e commit c6a325fCopy full SHA for c6a325f
Makefile
@@ -0,0 +1,8 @@
1
+.PHONY: generate
2
+generate:
3
+ buf generate
4
+ buf format -w
5
+ buf lint
6
+ go fmt ./...
7
+ golangci-lint fmt --no-config --enable gofmt,goimports
8
+ golangci-lint run --no-config --fix
proto/sphere/options/options.proto
@@ -19,4 +19,4 @@ message KeyValuePair {
19
20
extend google.protobuf.MethodOptions {
21
repeated KeyValuePair options = 501319300;
22
-}
+}
0 commit comments