Files
billbuchanan 44789e8d3a Update
2021-01-18 20:47:18 +00:00
..
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00

Golang examples

Golang is a language developed by Google, and produces an executable output and which also matches well with the C programming langauge. It is generally faster than Python, and also integrates well with GitHub code. To install a library, we basically get the GitHub link and get the code:

go get [Git url]

and then to build we use:

go build mycode.go

Demo

Here is a quick demo:

Alt text

Examples of Go:

I have also written a few articles: