Skip to content

Latest commit

 

History

History

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Hello world - Go example

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