Skip to content

tnmas/Learn_GO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Go

Characteristics of Go

  • Combination of C++ and Python
  • Simple and easy to understand
  • Compiled programming language
  • Used for DevOps and SRE development

Getting Started

  • Install Go
  • Create the folder you want to store your project files
  • Change the directory
  • Install Go extensions in VS Code
  • Initialize the project with the name of the project
  • Use Go packages to build the project

Start learning the basics

  • Variables: using var for normal variables and constant variables
  • fmt: Println, Printf, Print
  • Data types: string, integer, float, struct, array, map
  • Loops: for loop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages