Skip to content

Commit

Permalink
Merge pull request #30 from talon-one/sc-42162-update-go-sdk
Browse files Browse the repository at this point in the history
Update Go SDK to version 8.0.0
  • Loading branch information
Crandel authored Sep 30, 2024
2 parents cf96fd8 + a9d06fd commit 5a3846e
Show file tree
Hide file tree
Showing 295 changed files with 25,261 additions and 12,812 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Folders
_obj
_test
.idea

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/talon_go.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

59 changes: 0 additions & 59 deletions .idea/workspace.xml

This file was deleted.

14 changes: 13 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
update-pkg-cache:
GOPROXY=https://proxy.golang.org GO111MODULE=on \
go get github.com/talon-one/talon_go/v7
go get github.com/talon-one/talon_go/v8

apply-patches:
gopatch -p patches/effects.patch model_event.go
gopatch -p patches/effects.patch model_rule.go
gopatch -p patches/effects.patch model_generate_rule_title_rule.go
gopatch -p patches/expression.patch model_binding.go
gopatch -p patches/expression.patch model_application_cif_expression.go
gopatch -p patches/expression.patch model_new_application_cif_expression.go
gopatch -p patches/expr.patch model_template_def.go
gopatch -p patches/expr.patch model_new_template_def.go
gopatch -p patches/condition.patch model_rule.go
gopatch -p patches/condition.patch model_generate_rule_title_rule.go
97 changes: 77 additions & 20 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5a3846e

Please sign in to comment.