progmamun / go-trial

Golang Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trial


cmd

1. go env

  1. GOOS="windows" go build
  2. GOOS="linux" go build


Memory Management new() allocate memory but no INIT you will get a memory address zeroed storage

make() Allocate memory and INIT you will get a memory address non-zeroed storage GC happens automatically out of scope or nil https://pkg.go.dev/runtime

About

Golang Practice


Languages

Language:Go 100.0%