Skip to content

noogler-eng/golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// golang // created by google // used by netflix, apple, google, uber, etc. // higher demand due to simple, fast, concurrency, cloud-integrations etc. // less compile time, in-built string functionalities, garbage collection.

// concurrency -> task performs independently, not like parallelism. // golang = c + strings + garbage collection + concurrency // it has zero dependencies.

// go version // go env GOPATH // go mod init dir_name // go run . // go help

About

learning golang syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages