peeush-agarwal / learn-golang

Go language learning material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang learning tutorial

References

Setup

  1. Install Go
    • Go distribution actually comes with a Go CLI tool
      • Browse to go.dev and download the installer
      • Install the package
      • Go to terminal and verify by running go command in the terminal
  2. Install an IDE - Editor for writing code
    1. “Go” extension by “Go team at Google”

Tutorials

About

Go language learning material


Languages

Language:Go 99.5%Language:Makefile 0.5%