Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pre-install:
brew install protoc-gen-go protoc-gen-go-grpc

gen:
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative -I=.pollapo .pollapo/pbkit/interface-pingpong-server/pingpong.proto

dev:
go run main.go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gow 쓰는건 어떤가요

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우선 지금건 머지하고 PR 주시면 대환영

2 changes: 1 addition & 1 deletion pollapo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ deps:
- pbkit/interface-pingpong-server@main
root:
lock:
pbkit/interface-pingpong-server@main: ccc9c9134f18d93ae79b77a21c05516931cf864d
pbkit/interface-pingpong-server@main: 1101135b404ec836914aca76f1c66d9299a7fda5