https://github.com/mtulio/go-samples
Sample codes on Go world
https://github.com/mtulio/go-samples
Last synced: 8 months ago
JSON representation
Sample codes on Go world
- Host: GitHub
- URL: https://github.com/mtulio/go-samples
- Owner: mtulio
- License: mit
- Created: 2018-12-30T01:30:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T17:12:25.000Z (about 7 years ago)
- Last Synced: 2025-02-24T03:17:44.389Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-samples
Sample codes on Go world.
Some of the samples found here, will preserved it's rights.
## Binary operators
* `&` AND bit a bit
* `|` OR bit a bit
* `^` XOR bit a bit (OR exclusive)
* `&^` clean bit a bit (AND NOT)
* `<<` left shift
* `>>` right shift