Skip to content

My Exploratory journey on learning and mastering Go programming

Notifications You must be signed in to change notification settings

absognety/Learning-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Go programming

My Exploratory journey on learning and mastering Go programming.

How to run go project:

  • Only one file say main.go can have func main declared.
  • write go routines as necessary for your project and plan to call them from main function of main.go.
  • Do go run *.go to run the whole project from terminal or build the project using go build and run the binary.

About

My Exploratory journey on learning and mastering Go programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages