Skip to content

Commit 279c8b4

Browse files
restructure patches and update to the latest API definition (#9)
1 parent c5be12e commit 279c8b4

14 files changed

+1302
-2399
lines changed

Makefile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Makefile
2+
3+
# Format the Go SDK code
4+
format:
5+
gofmt -w .
6+
goimports -w .
7+
8+
# Apply git patches in order
9+
# Any new patches are to be added at the end of this block
10+
apply-patch:
11+
git apply gitPatches/basePatch-workflowGroups.patch
12+
13+
# Build target to format and apply patches in sequence
14+
build: format apply-patch

applyGitPatches.sh

-10
This file was deleted.

0 commit comments

Comments
 (0)