Skip to content

Commit dd0a408

Browse files
committed
fix go build pre-commit, remove stale module
1 parent 872cb77 commit dd0a408

File tree

9 files changed

+6
-1636
lines changed

9 files changed

+6
-1636
lines changed

.githooks/go-test-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FAILED_FILE=$(mktemp)
99
trap 'rm -f "$FAILED_FILE"' EXIT
1010

1111
# Find all 'go.mod' files, excluding the 'seth' directory
12-
find "./" -name "go.mod" -not -path "./seth/*" -print0 | while IFS= read -r -d $'\0' file; do
12+
find "./" -name "go.mod" ! -path ".*seth*" -print0 | while IFS= read -r -d $'\0' file; do
1313
dir=$(dirname "$file")
1414
echo "=== Compiling tests in $dir ==="
1515

seth/examples_wasp/README.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

seth/examples_wasp/client_main_test.go

Lines changed: 0 additions & 130 deletions
This file was deleted.

seth/examples_wasp/client_wasp_test.go

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)