mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
6 lines
152 B
Go
6 lines
152 B
Go
//go:build !(darwin || linux) || !(amd64 || arm64 || riscv64) || sqlite3_flock || sqlite3_noshm || sqlite3_nosys
|
|
|
|
package util
|
|
|
|
type mmapState struct{}
|