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

Commit

Permalink
Project renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Oct 26, 2017
1 parent afdd68f commit 92c23b7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# gobits
# Byteness

image:https://travis-ci.org/rlespinasse/gobits.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/gobits"]
image:https://coveralls.io/repos/github/rlespinasse/gobits/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/gobits?branch=master"]
Byte[s who support endia]ness

Play with bytes, and bits
Manipulate Byte arrays with endianess support

## 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"]
2 changes: 1 addition & 1 deletion bit_operations.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gobits
package byteness

const (
byteLength = 8
Expand Down
2 changes: 1 addition & 1 deletion bit_operations_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gobits
package byteness

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion bits_operations.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gobits
package byteness

// ContainsBits test if some bits is contains in a data
func ContainsBits(data, bits byte) bool {
Expand Down
2 changes: 1 addition & 1 deletion bits_operations_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gobits
package byteness

import "testing"

Expand Down
2 changes: 1 addition & 1 deletion bytearray_operations.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gobits
package byteness

import "math"

Expand Down
2 changes: 1 addition & 1 deletion bytearray_operations_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gobits
package byteness

import (
"reflect"
Expand Down

0 comments on commit 92c23b7

Please sign in to comment.