Skip to content

ghiridhars/go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEARN GO

Demo app to Learn GoLang

Categorized based on levels of learning

FIRST lesson

Usual hello world to get started and verify if all configs of GO - GOPATH GOROOT are configured properly.

SECOND lesson

Got into the basics of types of variables - string and int - their variations. Also how we can manage memory using bit types and the ranges of numbers.

THIRD lesson

Understood the basics of printing and formatting in different varieties offered by GO

FOURTH lesson

Arrays and slices. Basics on how to declare. How to slice it with and without ranges involved to manipulate the array

FIFTH lesson

An insight into other packages that are available in GO standard library. Explored some on STRINGS and SORT pacakges. Basic functions were tried

SIXTH lesson

Topic on how to iterate using loops on arrays and slice. Many variations have been implemented.

Reference

YOUTUBE

Learn GO

GO DOCS

Numeric types of GO

Format Specifiers of GO

Motivation for learning GO

“To GO wrong in one's own way is better than to GO right in someone else's.” ― Fyodor Dostoevsky

About

Demo app to earn GoLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages