Skip to content

snofty/my-first-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-first-go

my first Golang examples

Highlights

  1. The Go compiler won't allow you to create variables that you never use.
  2. Go only has one for loop that can be used in a variety of different ways.
  3. A single _ (underscore) is used to tell the compiler that we don't need this.
  4. A map is an unordered collection of key-value pairs.

Source:

  1. https://www.golang-book.com/
  2. https://gobyexample.com/

About

my first go language example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages