Skip to content

ivofulco/Golang_Tutorial_for_Beginners_Full_Go_Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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 .

About

Youtube free course from Nana Janashia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages