Go Programming Language Demos

JavaScript:

Go is a programming language developed at Google. Two of the developers came from Bell Labs and were involved in developing UNIX and the C Programming Language. Not surprisingly, Go looks a lot like C on steriods:

In these demos, we look at Go basics. We don't yet have example use of Go routines or channels.

Code Demos:

Note: The college server will not download files with extension .go, so I've changed the extensions to .go.txt. To run these examples in the Go environment you will need to remove the .txt part.