File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A Go adapter for debugging Temporal workflows by replaying execution history wit
55## Installation
66
77``` bash
8- go get github.com/phuongdnguyen/temporal-goland-plugin /replayer-adapter-go
8+ go get github.com/phuongdnguyen/temporal-workflow-debugger /replayer-adapter-go
99```
1010
1111## Overview
@@ -27,7 +27,7 @@ This adapter provides workflow replay functionality for Temporal Go SDK applicat
2727``` go
2828import (
2929 " go.temporal.io/sdk/worker"
30- replayeradapter " github.com/phuongdnguyen/temporal-goland-plugin /replayer-adapter-go"
30+ replayeradapter " github.com/phuongdnguyen/temporal-workflow-debugger /replayer-adapter-go"
3131)
3232
3333// Set replay mode
Original file line number Diff line number Diff line change 1- module github.com/phuongdnguyen/temporal-goland-plugin /replayer-adapter-go
1+ module github.com/phuongdnguyen/temporal-workflow-debugger /replayer-adapter-go
22
33go 1.23.0
44
You can’t perform that action at this time.
0 commit comments