Commit 730d7a3c authored by madengji's avatar madengji

modify protobuf

parent cae3fb08
...@@ -214,6 +214,7 @@ auto_ci_after: clean fmt protobuf ...@@ -214,6 +214,7 @@ auto_ci_after: clean fmt protobuf
auto_fmt := find . -name '*.go' -not -path './vendor/*' | xargs goimports -l -w auto_fmt := find . -name '*.go' -not -path './vendor/*' | xargs goimports -l -w
auto_ci: clean fmt_proto fmt_shell protobuf auto_ci: clean fmt_proto fmt_shell protobuf
git branch git branch
git status
-find . -name '*.go' -not -path './vendor/*' | xargs gofmt -l -w -s -find . -name '*.go' -not -path './vendor/*' | xargs gofmt -l -w -s
-${auto_fmt} -${auto_fmt}
-find . -name '*.go' -not -path './vendor/*' | xargs gofmt -l -w -s -find . -name '*.go' -not -path './vendor/*' | xargs gofmt -l -w -s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment