Skip to content

Latest commit

 

History

History
65 lines (60 loc) · 4.12 KB

README.md

File metadata and controls

65 lines (60 loc) · 4.12 KB

Golang-tutorial

Ref:

Basics:

This is a beginners tutorial for the Go programming language. Follow the documentation available here golang.org. Go is a general-purpose language designed with systems programming in mind. It is strongly typed and garbage-collected and has explicit support for concurrent programming. Programs are constructed from packages, whose properties allow efficient management of dependencies.

Concepts

videos

video tutorial