My Exploratory journey on learning and mastering Go programming.
- Only one file say
main.gocan havefunc maindeclared. - write go routines as necessary for your project and plan to call them from
mainfunction ofmain.go. - Do
go run *.goto run the whole project from terminal or build the project usinggo buildand run the binary.