Skip to content
/ Golang Public

🏌️‍♂️ Some programming experience by Golang

Notifications You must be signed in to change notification settings

ekaone/Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang

🏌️‍♂️ Some programming experience by Golang

🚀 run hello.go

$ go run hello.go
Hello, Eka!

🚀 run quote.go

$ 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.