// 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