Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Refactoring of all functions to introduce ByteSlice #33

Merged
merged 1 commit into from
Oct 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Byteness

Byte[s who support endia]ness

Manipulate Byte arrays with endianess support
# byteslice

## Status
image:https://travis-ci.org/rlespinasse/byteness.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/byteness"]
image:https://coveralls.io/repos/github/rlespinasse/byteness/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/byteness?branch=master"]
image:https://travis-ci.org/rlespinasse/byteslice.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/byteslice"]
image:https://coveralls.io/repos/github/rlespinasse/byteslice/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/byteslice?branch=master"]
76 changes: 0 additions & 76 deletions big_endian_operations.go

This file was deleted.

169 changes: 0 additions & 169 deletions big_endian_operations_test.go

This file was deleted.

27 changes: 0 additions & 27 deletions bit_operations.go

This file was deleted.

Loading