Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 636 Bytes

index_template.md

File metadata and controls

13 lines (10 loc) · 636 Bytes

Golang Introduction

Gopher

Links

Name Link Description
Golang official site https://golang.org Official website with install instructions, documentation, information about the project and many more.
Go Playground https://play.golang.org/ Online tool to run Go programs inside the browser.
A Tour of Go https://tour.golang.org/ A tour through the basics of Go.
Play with Go  https://play-with-go.dev  An in-browser solution to try out fundamentals of Go including the Go CLI.

Presentations