From efb5e7647799e3569db2b30b54d4ee058417eead Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 12 Apr 2021 13:13:34 +0300 Subject: [PATCH] Add cgocheck pointers = 2 to test.sh --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 4187822..1c8c65b 100755 --- a/test.sh +++ b/test.sh @@ -12,4 +12,5 @@ go vet ./... go build -v ./... +export GODEBUG=cgocheck=2 go test -v ./... \ No newline at end of file