Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 185 Bytes

Introduction.md

File metadata and controls

11 lines (7 loc) · 185 Bytes

Installing Golang

  1. Install from their website
  2. Check Golang version with go version

Create a workspace

  1. Create a workspace directory -- go init
  2. touch main.go