Go examples
$ go build hello.go
$ ./hello
hello, world
or without build
$ go run hello.go
https://golang.org/doc/articles/wiki/
https://www.sohamkamani.com/golang/telegram-bot/