mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-28 14:42:46 +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{}
|