Go official documentation

Getting started Go

Link

Golang Tutorial for Beginners | Full Go Course Git Repo: Course Waitlist - Sign up to get notified:

Summary

  • Programming language create by google in 2007
  • Open-sourced in 2009

Purpose

  • Multicore Processors
  • Cloud Infrastructure
  • Big Network Cmputation Clusters

Infrastructure changed a lot

  • Scalable & Distributed
  • Dynamic
  • More Capacity

Concepts

  • Multi-Threading
  • Concurrency

Characteristics of Go

  • Compiled language
  • Simplicity

Execute application

1 - After install Go

2 - Clone the project

3 - Open terminal or prompt

4 - Enter in the folder booking-app

5 - Execute de command: go mod init

6 - Execute de command: go run .