Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cherkavi/golang-example

GoLang utilities
https://github.com/cherkavi/golang-example

golang golang-examples golang-utils

Last synced: 2 months ago
JSON representation

GoLang utilities

Awesome Lists containing this project

README

        

# golang-example
examples (some trick points) of using GoLang programming language

![difference in reference](https://i.postimg.cc/905DHLCp/golang-ref-diff.png)

# tools
## build for specific platform:
```
env GOOS=windows GOARCH=amd64 go build
```

# TODO
* [tomb.go](https://godoc.org/gopkg.in/tomb.v2)
* [gorilla.go](https://www.gorillatoolkit.org/)
* [VM example](https://www.youtube.com/watch?v=Utf-A4rODH8)
* [console/terminal UI](https://github.com/gdamore/tcell)