Skip to content

berkayalan/go-for-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-for-devops

This repo contains golang Lectures and practises for devops. I will add new stuffs while i am learning.

Subjects

  • Basics
  • Project Examples
  • Devops Examples
  • AWS Implementations

Notes

  1. In order to run files, type go run <file name>
  2. In order to create modules go mod init <module name>
  3. Modules contains packages.
  4. // is the way to add comments.
  5. If a variable should have a fixed value that cannot be changed, we can use the const keyword.
  6. The go build command compiles the packages, along with their dependencies, but it doesn't install the results.
  7. The go install command compiles and installs the packages.
  8. Golang is compiled and case sensitive language.

About

Golang Lectures and Practises for devops

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages