mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-27 13:48:51 +08:00
13 lines
746 B
Go
13 lines
746 B
Go
//
|
|
// Copyright 2020 FoxyUtils ehf. All rights reserved.
|
|
//
|
|
// This is a commercial product and requires a license to operate.
|
|
// A trial license can be obtained at https://unidoc.io
|
|
//
|
|
// DO NOT EDIT: generated by unitwist Go source code obfuscator.
|
|
//
|
|
// Use of this source code is governed by the UniDoc End User License Agreement
|
|
// terms that can be accessed at https://unidoc.io/eula/
|
|
|
|
package endian ;import (_g "encoding/binary";_f "unsafe";);func IsLittle ()bool {return !_fa };func init (){const _gg =int (_f .Sizeof (0));_fe :=1;_d :=(*[_gg ]byte )(_f .Pointer (&_fe ));if _d [0]==0{_fa =true ;ByteOrder =_g .BigEndian ;}else {ByteOrder =_g .LittleEndian ;
|
|
};};var (ByteOrder _g .ByteOrder ;_fa bool ;);func IsBig ()bool {return _fa }; |