Go
Offered By: Exercism
Course Description
Overview
Fans of Go (called gophers) describe Go as having the expressiveness of dynamic languages like Python or Ruby, with the performance of compiled languages like C or C++.
The language is open source, and was started by engineers at Google. It's written using a C-style syntax, has statically typed variables, manages memory using garbage collection, and is compiled into stand-alone executables.
Go is noted for the concurrent programming features built into the language core, the networking packages in the standard library (such as a web server), fast compilation and execution speed. Its simple, minimalistic and consistent language design make for a delightful experience, while the abundant and thoughtful tooling addresses traditional problems such as consistent formatting and documentation.
The home page for Go is golang.org, and there is an excellent interactive tutorial at tour.golang.org.
Syllabus
- Basics
- Comments
- Numbers
- Arithmetic Operators
- Booleans
- Strings Package
- Strings
- Conditionals If
- Comparison
- String Formatting
- Packages
- Slices
- Variadic Functions
- Conditionals Switch
- Structs
- Randomness
- For Loops
- Functions
- Floating-point numbers
- Time
- Maps
- Range Iteration
- Type Definitions
- Pointers
- Methods
- Runes
- Interfaces
- Errors
- Regular Expressions
- Zero Values
- Stringers
- Type Conversion
- Type Assertion
- First class functions
Related Courses
Разработка веб-сервисов на Go - основы языкаMoscow Institute of Physics and Technology via Coursera Getting Started with Go
University of California, Irvine via Coursera Concurrency in Go
University of California, Irvine via Coursera Functions, Methods, and Interfaces in Go
University of California, Irvine via Coursera Game Thinking: Juego y toma de decisiones
The Pontificia Universidad Javeriana via edX