Skip to content

Commit e220188

Browse files
authored
Rename main package ot match repo name
2 parents 3e47886 + 09d862a commit e220188

File tree

53 files changed

+88
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+88
-77
lines changed

branch/starter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"go.temporal.io/sdk/client"
88

9-
"github.com/temporalio/temporal-go-samples/branch"
9+
"github.com/temporalio/samples-go/branch"
1010
)
1111

1212
func main() {

branch/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"go.temporal.io/sdk/client"
77
"go.temporal.io/sdk/worker"
88

9-
"github.com/temporalio/temporal-go-samples/branch"
9+
"github.com/temporalio/samples-go/branch"
1010
)
1111

1212
func main() {

cancelactivity/starter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"go.temporal.io/sdk/client"
99

10-
"github.com/temporalio/temporal-go-samples/cancelactivity"
10+
"github.com/temporalio/samples-go/cancelactivity"
1111
)
1212

1313
func main() {

cancelactivity/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"go.temporal.io/sdk/client"
77
"go.temporal.io/sdk/worker"
88

9-
"github.com/temporalio/temporal-go-samples/cancelactivity"
9+
"github.com/temporalio/samples-go/cancelactivity"
1010
)
1111

1212
func main() {

child-workflow-continue-as-new/starter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/pborman/uuid"
88
"go.temporal.io/sdk/client"
99

10-
cw "github.com/temporalio/temporal-go-samples/child-workflow-continue-as-new"
10+
cw "github.com/temporalio/samples-go/child-workflow-continue-as-new"
1111
)
1212

1313
func main() {

child-workflow-continue-as-new/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"go.temporal.io/sdk/client"
77
"go.temporal.io/sdk/worker"
88

9-
cw "github.com/temporalio/temporal-go-samples/child-workflow-continue-as-new"
9+
cw "github.com/temporalio/samples-go/child-workflow-continue-as-new"
1010
)
1111

1212
func main() {

child-workflow/starter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/pborman/uuid"
88
"go.temporal.io/sdk/client"
99

10-
child_workflow "github.com/temporalio/temporal-go-samples/child-workflow"
10+
child_workflow "github.com/temporalio/samples-go/child-workflow"
1111
)
1212

1313
func main() {

child-workflow/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"go.temporal.io/sdk/client"
77
"go.temporal.io/sdk/worker"
88

9-
child_workflow "github.com/temporalio/temporal-go-samples/child-workflow"
9+
child_workflow "github.com/temporalio/samples-go/child-workflow"
1010
)
1111

1212
func main() {

choice-exclusive/starter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/pborman/uuid"
88
"go.temporal.io/sdk/client"
99

10-
choice "github.com/temporalio/temporal-go-samples/choice-exclusive"
10+
choice "github.com/temporalio/samples-go/choice-exclusive"
1111
)
1212

1313
func main() {

choice-exclusive/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"go.temporal.io/sdk/client"
77
"go.temporal.io/sdk/worker"
88

9-
choice "github.com/temporalio/temporal-go-samples/choice-exclusive"
9+
choice "github.com/temporalio/samples-go/choice-exclusive"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)