Skip to content

donovan-said/tutorial-learning-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorial-learning-go

This repository is used to follow the W3 Schools Go Tutorial which covers the following topics:

  • Syntax
  • Comments
  • Variables
  • Output
    • Print
    • Println
    • Printf
  • Data Types
    • Bool
    • Numberic (Int, Floating Point)
    • String
  • Arrays
  • Slices
  • Operators
  • Conditions
    • If
    • If else
    • Else if
    • Nested If
  • Switch
    • Single-Case
    • Multi-Case
  • Loops
    • For Loop
    • Continue
    • Break
    • Nested
    • Range
  • Functions
    • Parameters and Arguments
    • Return Values
    • Recursion
  • Struct
  • Maps

All tutorial lessosn can be found in the src path.

About

A repository to start learning Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages