comic-hasher/sqlite_cgo.go
2024-09-01 18:14:19 -07:00

8 lines
72 B
Go

//go:build cgo
package ch
import (
_ "github.com/mattn/go-sqlite3"
)