Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.71 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.71 KB

Intro to the Go Language

This tutorial is a brief introduction to the Go language. The goals are as follows:

  • Install and configure Go, the Glide package manager, and the Intellij Go plugin.
  • Configure your Go development environment.
  • Learn Go program layout, syntax, and features.
  • Learn dependency management with a “real” application.

Index

This tutorial is split into the following sections:

Additional Resources

I recommend the following materials as a kick off point for additional learning: