Skip to content

Commit ebc5364

Browse files
committed
Fix package name
1 parent fdcc433 commit ebc5364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new/client/templates/wrappers/main.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242

4343
fmt.Println("GameID:", game.Id)
4444

45-
game.OnCGErrorEvent(func(origin tictactoesimple.Player, data cg.ErrorEventData) {
45+
game.OnCGErrorEvent(func(origin {{.PackageName}}.Player, data cg.ErrorEventData) {
4646
fmt.Println("error:", data.Message)
4747
})
4848

0 commit comments

Comments
 (0)