Bit twiddling, swapping, and maneuvering for go
Includes many functions useful if one is operating on a bit matrix. Some functions include shifting bits in an array to the left or right, shifting bits in a matrix up or down, etc.
This library was yanked out of a test program and needs some TLC if it is to be used in production. Particularly, many of the operations are not optimized in the least, and were created simply to get the job done.