package
0.0.0-20240929104132-56fe7de531c5
Repository: https://github.com/gaius-qi/golang-examples.git
Documentation: pkg.go.dev
# Constants
No description provided by the author
0.
3.
1.
No description provided by the author
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.
2.
1.
4.
3.