remove sqlite from dependencies
racy `zig cc` is no longer a thing. Good time to make tests faster.
This commit is contained in:
@@ -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()); }
|
||||
|
||||
Reference in New Issue
Block a user