Go is an incredible language with a ton of pretty unique features. Today I wanted to break down 9 concepts that are fairly unique to Go as well as a couple of conventions recommended by the creators. READ THIS: https://go.dev/doc/effective_go twitter: https://twitter.com/benjamin41902 insiderviz: https://www.insiderviz.com timestamps 0:00 intro 0:28 package names 0:53 mixedCase 1:12 switch/if assignments 2:07 := reassignments 3:06 for loop 4:20 multiple returns 5:29 defer 6:55 new vs make 9:30 _ operator 10:20 struct methods 11:48 scope #golang #programming #beginners

GoGoLangProgrammingSoftwareTutorialTop 10ListBeginner Friendly