mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
10 lines
229 B
Go
10 lines
229 B
Go
//go:build mips || mips64
|
|
|
|
// This file is an adapted version of github.com/josharian/native.
|
|
|
|
package aghos
|
|
|
|
import "encoding/binary"
|
|
|
|
// NativeEndian is the native endianness of this system.
|
|
var NativeEndian = binary.BigEndian
|