Skip to content

omar115/golang-in-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang in Practice

my first repo to dive into the golang journey.

About Golang

  • Go is a programming language developed and maintained by Google.
  • It has become very popular in terms of its speed, concurrency and
    • multithreading power than other languages
  • it is used in server side language
  • It has many features that needs to be explored and it is very efficient

Features of Golang

  • It is statically typed
    • compiler throws an error when types are used incorrectly
    • bugs can often caught by the compiler
    • better performance
  • It is fast, statically typed, compiled language, interpreted language

Sections

  • This repository is divided into two sections
  • section 1 is about beginner branch
  • section 2 is about intermediate branch

what is covered in beginner sections

  • important topics to cover
  • variables
  • function
  • map
  • struct
  • channels
  • array and slice
  • interface
  • channels

About

my first repo to dive into the golang journey.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages