From 4666409875a84d7d9107470448c4a814360c4e57 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Sat, 16 Jan 2021 18:19:24 +0100 Subject: [PATCH] fix ccgo_test.build --- cgo_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cgo_test.go b/cgo_test.go index c1f18f2..75f6c32 100644 --- a/cgo_test.go +++ b/cgo_test.go @@ -13,6 +13,7 @@ import ( "path/filepath" "testing" + "modernc.org/libc" _ "github.com/mattn/go-sqlite3" )