Skip to content

Commit

Permalink
Refer to go tour
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Aug 16, 2024
1 parent 530bf98 commit ca4764c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
typescript-deno-hello-world.zip
go-hello-world.zip
kotlin-hello-world-lambda-cdk.zip
go-tour-of-restate.zip
java-tour-of-restate.zip
typescript-tour-of-restate.zip
typescript-ticket-reservation.zip
Expand Down
1 change: 1 addition & 0 deletions .tools/prepare_release_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ create_release_zip templates/typescript-lambda-cdk typescript-hello-world-lambda
create_release_zip templates/kotlin-gradle-lambda-cdk kotlin-hello-world-lambda-cdk
create_release_zip templates/python python-hello-world

create_release_zip tutorials/tour-of-restate-go go-tour-of-restate
create_release_zip tutorials/tour-of-restate-java java-tour-of-restate
create_release_zip tutorials/tour-of-restate-typescript typescript-tour-of-restate

Expand Down
3 changes: 2 additions & 1 deletion .tools/run_go_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ PROJECT_ROOT="$(dirname "$SELF_PATH")/.."

function go_build_check() {
pushd $1
go build -o /dev/null .
go build -o /dev/null ./...
go vet ./...
popd
}

go_build_check $PROJECT_ROOT/templates/go
go_build_check $PROJECT_ROOT/tutorials/tour-of-restate-go
1 change: 1 addition & 0 deletions .tools/update_go_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ function bump_go_sdk() {
}

bump_go_sdk $PROJECT_ROOT/templates/go
bump_go_sdk $PROJECT_ROOT/tutorials/tour-of-restate-go
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ challenges.
| Templates | [Python Template](templates/python) |
| Use Cases | [Ticket reservation](patterns-use-cases/ticket-reservation/ticket-reservation-python) |

### Go

| Type | Name / Link |
|-----------|-------------------------------------------------|
| Templates | [Go Template](templates/go) |
| Tutorial | [Tour of Restate](tutorials/tour-of-restate-go) |

## Joining the community

If you want to join the Restate community in order to stay up to date, then please join our [Discord](https://discord.gg/skW3AZ6uGd).
Expand Down

0 comments on commit ca4764c

Please sign in to comment.