Skip to content

Basic Go Programing Syntex For learning Purpose🎃

License

Notifications You must be signed in to change notification settings

codeperfectplus/GoLangDive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoLang

Introduction

Go language is a programming language initially developed at Google in the year 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language having syntax similar to that of C. It provides garbage collection, type safety, dynamic-typing capability, many advanced built-in types such as variable length arrays and key-value maps. It also provides a rich standard library. The Go programming language was launched in November 2009 and is used in some of the Google's production systems.

For Download GO Click On Download Button Download

DaTa-Type

Data-Type specify the type of data that a valid Go-Varible can hold. In Golang there 4 types of data-types.

  • Basic Types --> Numbers, Strings and Booleans
  • Aggretae type --> Array And Structs
  • Reference Type --> Pointers, Sclices , Maps, Functions and channels
  • Interface Type -->

About

Basic Go Programing Syntex For learning Purpose🎃

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages