Please enable JavaScript.
Coggle requires JavaScript to display documents.
How about a Go? Go-Logo_Black (General overview of language (for loops…
How about a Go?
History of Golang
Software Projects that use Golang
General overview of language
Arrays/Slices
Maps
Interfaces
ints, data types
Hello That Conference program
for loops
while loops are for loops
https://tour.golang.org/flowcontrol/3
if statements
if statements can get a result to check a condition within the if statement
https://tour.golang.org/flowcontrol/6
Resources for learning golang
Pros and Cons
Pros
Concurrency!
Gofmt - better readability due to standardized style.
Built-in webserver
Performance!
Simplicity!
Cross Platform, cloud-ready
big standard library
Testing support built-in
Cons
Not strictly object-oriented
Simplicity can be complicated
Pros and Cons article
Suggested Go Projects
Scraping -
http://go-colly.org/
Suggested tools for programming with golang
Editors/IDEs
Testing/Debugging