package
0.0.0-20240712133535-75229b5999a3
Repository: https://github.com/agarwalconsulting/go-training.git
Documentation: pkg.go.dev

# README

Overview

Go is a compiled language. Every program needs to be compiled before it can be run!

Running & Building

  • go build & go run commands
    • GOOS & GOARCH env variables

Naming Conventions

  • package names, directories, filenames => snake_case
  • exported functions, variables, const, types => PascalCase / UpperCamelCase
  • non-exported functions, variables, const, types => lowerCamelCase

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://tour.golang.org/flowcontrol/12.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author