Skip to content

Commit 32a092b

Browse files
committed
Move godoc badge
1 parent 7aecc2f commit 32a092b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Your basic bit
1+
# Your basic bit [![GoDoc](https://godoc.org/github.com/yourbasic/bit?status.svg)][godoc-bit]
22

33
### Golang set data structure with bonus bit-twiddling functions
44

5-
[![GoDoc](https://godoc.org/github.com/yourbasic/bit?status.svg)][godoc-bit]
6-
75
A bit array, or bit set, is an efficient set data structure.
86
It consists of an array that compactly stores bits and it uses
97
bit-level parallelism to perform operations quickly.

0 commit comments

Comments
 (0)