Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Mvtthew/go-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go language logo here!

Go-learning

My small repository of me trying to learn Go programming language as fast as I could!

Go is super duper!

Really nice language!

NICE

What I already learnt

  • variables
  • arrays (fixed and dynamic)
  • channels (chan)
  • functions (func)
  • imports
  • converting number type variables
  • math functions (sqrt/ceil/round/pow etc.)
  • concurrency (GO go)
  • concurrency workers
  • converting strings to other types
  • reading from file
  • creating my own package
  • structs and methods

Imports I already used

  • fmt
  • time
  • math
  • math/rand
  • os
  • bufio
  • strings
  • strconv
  • created by my own!

About

My experience with learning GO lang!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages