This project holds experimentation with tools surround go projects, and has grown into a template that can be used to bootstrap new projects.
In particular, gRPC projects with a go server implementaiton. It also produces go, java, and npm packages that clients can consume to integrate with the server.
go run ./servicepodman build .or
docker build .podman compose upor
docker compose upbuf curl \
--schema proto \
--data '{"name": "You"}' \
http://localhost:8080/mpataki.go_playground.proto.greeting.v1.GreetingService/SayHello