Skip to content

Commit d875f2a

Browse files
committed
Update package doc
1 parent 6400138 commit d875f2a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bitmask.go

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Package bitmask provides type-safe functionality
2-
// to operate on bit masks in more convenient way, than
3-
// bitwise operators on simple integer types, making
4-
// the client code more readable, and, thus, more
5-
// maintanable.
1+
// Package provides a type-safe and verbose way to
2+
// conveniently operate on bit mask
63
package bitmask
74

85
// Mask is a shorthand for uint64.

0 commit comments

Comments
 (0)