package
0.0.0-20241011141918-e283d1dfb022
Repository: https://github.com/miiy/go-examples.git
Documentation: pkg.go.dev
# Constants
1 << 1 which is 00000010.
1 << 0 which is 00000001.
1 << 2 which is 00000100.
1 << 4 which is 00010000.
1 << 3 which is 00001000.
# Type aliases
No description provided by the author