Grpc hello service implementation

This commit is contained in:
Alexander
2026-05-04 14:56:05 +02:00
parent 6baa895c6c
commit 268ee57913
14 changed files with 186 additions and 5 deletions
+7 -2
View File
@@ -1,8 +1,13 @@
target := "cmd/music-agregator/main.go"
build:
proto:
buf generate
build: proto
go build {{target}}
tidy:
go mod tidy
run *FLAGS:
run *FLAGS: proto
go run {{target}} {{FLAGS}}