Skip to content

Commit 7aecc2f

Browse files
committed
Add godoc badge
1 parent d1ce7ca commit 7aecc2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
57
A bit array, or bit set, is an efficient set data structure.
68
It consists of an array that compactly stores bits and it uses
79
bit-level parallelism to perform operations quickly.

0 commit comments

Comments
 (0)