Sample project configuration of a Restate service using the Go SDK.
You can run locally with go run . and register to Restate with
restate dep add http://localhost:9080. Then you can invoke with curl localhost:8080/Greeter/Greet --json '"hello"'.
You can build a docker image using ko:
ko build --platform=all