-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from talon-one/sc-42162-update-go-sdk
Update Go SDK to version 8.0.0
- Loading branch information
Showing
295 changed files
with
25,261 additions
and
12,812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
# Folders | ||
_obj | ||
_test | ||
.idea | ||
|
||
# Architecture specific extensions/prefixes | ||
*.[568vq] | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.