🏌️♂️ Some programming experience by Golang
$ go run hello.go
Hello, Eka!
$ go mod init quote
go: creating new go.mod: module hello
and then
$ go run quote.go
go: finding module for package rsc.io/quote
go: found rsc.io/quote in rsc.io/quote v1.5.2
Don't communicate by sharing memory, share memory by communicating.