An open API service indexing awesome lists of open source software.

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

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