File tree Expand file tree Collapse file tree 5 files changed +12
-1
lines changed Expand file tree Collapse file tree 5 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 34
34
typescript-deno-hello-world.zip
35
35
go-hello-world.zip
36
36
kotlin-hello-world-lambda-cdk.zip
37
+ go-tour-of-restate.zip
37
38
java-tour-of-restate.zip
38
39
typescript-tour-of-restate.zip
39
40
typescript-ticket-reservation.zip
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ create_release_zip templates/typescript-lambda-cdk typescript-hello-world-lambda
28
28
create_release_zip templates/kotlin-gradle-lambda-cdk kotlin-hello-world-lambda-cdk
29
29
create_release_zip templates/python python-hello-world
30
30
31
+ create_release_zip tutorials/tour-of-restate-go go-tour-of-restate
31
32
create_release_zip tutorials/tour-of-restate-java java-tour-of-restate
32
33
create_release_zip tutorials/tour-of-restate-typescript typescript-tour-of-restate
33
34
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ PROJECT_ROOT="$(dirname "$SELF_PATH")/.."
5
5
6
6
function go_build_check() {
7
7
pushd $1
8
- go build -o /dev/null .
8
+ go build -o /dev/null ./...
9
9
go vet ./...
10
10
popd
11
11
}
12
12
13
13
go_build_check $PROJECT_ROOT /templates/go
14
+ go_build_check $PROJECT_ROOT /tutorials/tour-of-restate-go
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ function bump_go_sdk() {
12
12
}
13
13
14
14
bump_go_sdk $PROJECT_ROOT /templates/go
15
+ bump_go_sdk $PROJECT_ROOT /tutorials/tour-of-restate-go
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ challenges.
77
77
| Templates | [ Python Template] ( templates/python ) |
78
78
| Use Cases | [ Ticket reservation] ( patterns-use-cases/ticket-reservation/ticket-reservation-python ) |
79
79
80
+ ### Go
81
+
82
+ | Type | Name / Link |
83
+ | -----------| -------------------------------------------------|
84
+ | Templates | [ Go Template] ( templates/go ) |
85
+ | Tutorial | [ Tour of Restate] ( tutorials/tour-of-restate-go ) |
86
+
80
87
## Joining the community
81
88
82
89
If you want to join the Restate community in order to stay up to date, then please join our [ Discord] ( https://discord.gg/skW3AZ6uGd ) .
You can’t perform that action at this time.
0 commit comments