mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-03-29 17:50:23 +01:00
6 lines
112 B
Go
6 lines
112 B
Go
// +build amd64 386 arm arm64 mipsle mips64le ppc64le riscv64 wasm
|
|
|
|
package consts
|
|
|
|
const IsLittleEndian = true
|