Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Programming
/
Go Tutorials
/ Getting started
Getting started
3 lessons in the Go course.
Full Go course
·
Search this topic
·
Programming
Installing Go
Install the Go toolchain and confirm go version works on your machine.
Hello World
Write a package main program and run it with go run.
Packages
Organize code into packages and import the standard library.