This repo contains golang Lectures and practises for devops. I will add new stuffs while i am learning.
Subjects
Notes
go run <file name>
go mod init <module name>
const
keyword.go build
command compiles the packages, along with their dependencies, but it doesn't install the results.go install
command compiles and installs the packages.