1

remove sqlite from dependencies

racy `zig cc` is no longer a thing. Good time to make tests faster.
This commit is contained in:
Motiejus Jakštys
2022-01-28 15:50:33 +02:00
parent 3d8cc9c38c
commit f19927ac17
4 changed files with 1 additions and 14 deletions

View File

@@ -1,9 +1,5 @@
package main
import (
_ "github.com/mattn/go-sqlite3"
)
// #include <stdio.h>
// char* hello() { return "hello, world"; }
// void printhello() { printf("%s\n", hello()); }