Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kg6zvp/go-intdian

Repository files navigation

Intdian

Build Status

Determine the internal endianness of a machine in go without a hassle

Example

Replace:

binary.BigEndian

with:

import (
    "github.com/kg6zvp/go-intdian"
)

intdian.ByteOrder()

About

Determine the internal endianness of a machine without the hassle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages