fix dead lock

This commit is contained in:
2026-02-08 23:49:23 +01:00
parent 156acf91dd
commit 3bfca34f3a
3 changed files with 41 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
debug:
go run -tags "debug" ./...
go run -tags "debug" -race ./...
all: clean build