Documentation
¶
Overview ¶
---------------------------------------------------------------------//
GNU GENERAL PUBLIC LICENSE //
Version 2, June 1991 //
//
Copyright (C) Wells Hsu, wellshsu@outlook.com, All rights reserved. // Everyone is permitted to copy and distribute verbatim copies // of this license document, but changing it is not allowed. //
SEE LICENSE.md FOR MORE DETAILS. //
---------------------------------------------------------------------//
Index ¶
Constants ¶
View Source
const ( INT8_MIN = -0x7f - 1 INT16_MIN = -0x7fff - 1 INT32_MIN = -0x7fffffff - 1 INT64_MIN = -0x7fffffffffffffff - 1 INT8_MAX = 0x7f INT16_MAX = 0x7fff INT32_MAX = 0x7fffffff INT64_MAX = 0x7fffffffffffffff UINT8_MAX = 0xff UINT16_MAX = 0xffff UINT32_MAX = 0xffffffff UINT64_MAX = 0xffffffffffffffff )
Variables ¶
View Source
var (
BYTE_ORDER binary.ByteOrder = &binary.LittleEndian
)
Functions ¶
func Uint32FromBytes ¶
func Uint32ToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.