Skip to content
/ go.wtfs Public

Go is a powerful and simple programming language, but could surprise experienced programmer coming from different language or just a beginer. Let's review some common wtfs :)

Notifications You must be signed in to change notification settings

eolexe/go.wtfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go.wtfs

Go is a powerful and simple programming language, but could surprise experienced programmer coming from different language or just a beginer. Let's review some common wtfs :)

In this tutorial we review following issues:

  • Vriable shadowing
  • Writing to nil map
  • Iterating through the map variable (map shuffle)
  • In array function?
  • Switch and fallthrough
  • How to peroperly close http response
  • Closures and loop variables
  • Addressing objects in maps
  • Cricular package import

Inspiration is taken from: http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/

About

Go is a powerful and simple programming language, but could surprise experienced programmer coming from different language or just a beginer. Let's review some common wtfs :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages