protoc-gen-gogofaster: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --gogofaster_out: protoc-gen-gogofaster: Plugin failed with status code 1. make: *** [proto/common.pb.go] Error 1...
protoc-gen-gofast (在gofast一基础上, 可以导入gogoprotobuf) protoc-gen-gogofast (在gofast一基础上, 可以导入gogoprotobuf) protoc-gen-gogofaster (在gogofast基础上, 去掉XXX_unrecognized方法, 更少的指针字段) protoc-gen-gogoslick (在gogofaster基础上, 辅助方法string, gostring 和 equal) //gogo pr...
protoc-gen-gogofaster main.go protoc-gen-gogoslick protoc-gen-gogotypes protoc-gen-gostring protoc-min-version sortkeys test types vanity version .gitignore .mailmap .travis.yml AUTHORS CONTRIBUTORS GOLANG_CONTRIBUTORS LICENSE Makefile README Readme.md bench.md custom_types.md extensions.md go.mo...
protoc-gen-gogofaster protoc-gen-gogoslick protoc-gen-gogotypes protoc-gen-gostring protoc-min-version sortkeys test types vanity version .gitignore .mailmap .travis.yml AUTHORS CONTRIBUTORS GOLANG_CONTRIBUTORS LICENSE Makefile README Readme.md ...
protoc-gen-gogofast (在gofast一基础上, 可以导入gogoprotobuf) protoc-gen-gogofaster (在gogofast基础上, 去掉XXX_unrecognized方法, 更少的指针字段) protoc-gen-gogoslick (在gogofaster基础上, 辅助方法string, gostring 和 equal) 例子 proto文件 ...
protoc-gen-gogofaster protoc-gen-gogoslick main.go protoc-gen-gogotypes protoc-gen-gostring protoc-min-version sortkeys test types vanity version .gitignore .mailmap .travis.yml AUTHORS CONTRIBUTORS GOLANG_CONTRIBUTORS LICENSE Makefile README ...
protoc-gen-gogofaster protoc-gen-gogoslick main.go protoc-gen-gogotypes protoc-gen-gostring protoc-min-version sortkeys test types vanity version .gitignore .mailmap .travis.yml AUTHORS CONTRIBUTORS GOLANG_CONTRIBUTORS LICENSE Makefile README Readme.md bench.md custom_types.md extensions.md go.mo...
%.pb.go: %.proto bin/protoc-gen-gogofaster $(PROTOC) --gogofaster_out=. --proto_path=.:$(GOPATH)/src:$(dir $@) $< # --- # # core targets # 7 changes: 5 additions & 2 deletions 7 bin/Rules.mk Original file line numberDiff line numberDiff line change @@ -2,8 +2,8 ...