/go-bitmap

Trivial bitmap bit twiddling implementation for Go.

Primary LanguageGoISC LicenseISC

go-bitmap

Go-bitmap implements a trivial set of function to operate on bitmaps (byte slices) of arbitrary sizes.

Documentation

GoDoc style online: http://godoc.org/github.com/thorduri/go-bitmap/bitmap

Otherwise after the package is installed, by issuing:

$ go doc github.com/thorduri/go-bitmap/bitmap

Installation

$ go get github.com/thorduri/go-bitmap/bitmap

License

Go-bitmap is licensed under a ISC (BSD) style license.