You must login to view /lordwelch/comic-hasher/raw/branch/main/storage/vp-tree.go.
The GitHub option should be usable for most people, it only links via username.

Files
comic-hasher/storage/sqlite_no_cgo.go
2025-05-31 19:00:40 -07:00

9 lines
140 B
Go

//go:build !cgo && !gokrazy
package storage
import (
_ "github.com/ncruces/go-sqlite3/driver"
_ "github.com/ncruces/go-sqlite3/embed"
)