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