kezhenxu94 commented on a change in pull request #43:
URL:
https://github.com/apache/skywalking-satellite/pull/43#discussion_r644517661
##########
File path: Makefile
##########
@@ -54,15 +54,6 @@ tools:
deps: tools
$(GO_GET) -v -t -d ./...
-.PHONY: gen-codes
-gen-codes:
- $(PROTOC) --version || sh tools/install_protoc.sh
- /bin/sh tools/protocol_gen.sh
-
-.PHONY: gen-docs
-gen-docs: build
- rm -rf $(PLUGIN_DOC_DIR)
- $(OUT_DIR)/$(BINARY)-$(VERSION)-$(OSNAME)-$(ARCH) docs
--output=$(PLUGIN_DOC_DIR)
Review comment:
I'm not sure why you remove these 2 targets, if you do, please also
remove the related files, such as `tools/protocol_gen.sh`, as it's not used and
it doesn't work now since you modify the package name.
##########
File path: protocol/satellite-protocol/satellite/Event.proto
##########
@@ -20,8 +20,7 @@ syntax = "proto3";
package skywalking.v3;
-option go_package = "satellite/protocol";
-
+option go_package = "skywalking.apache.org/repo/goapi/satellite/event/v1";
Review comment:
How does it work to just rename the package without recompile the proto
files into go files?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]