Skip to content

sahilrajput03/learn_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

learn_go

Quick Links

Find where the packages would be installed with go env command:

go env | grep PATH

Diffferent go command ?

go help
  • most used

src: https://youtu.be/3ry1Q7feLxA

# build app
go build

go get

#Run app
go run

how did i go?

md app && cd app
go mod init app1
go get -u github.com/gin-gonic/gin

# run app
go run main.go

What is := in go ?

Amazing -> Source: https://stackoverflow.com/a/45654233/10012446

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages