mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
6 lines
90 B
Go
6 lines
90 B
Go
//go:build !unix || sqlite3_noshm || sqlite3_nosys
|
|
|
|
package util
|
|
|
|
type mmapState struct{}
|