Profile
What is Go? Enlightened Posted on: Oct 17, 2025 In: Go

Go basics

  • Statically typed language
  • Dynamically typed
  • Scripting language
  • Markup language
Profile
What is a Go Package? Enlightened Posted on: Oct 17, 2025 In: Go

Package basics

  • Groups source files
  • Runs loop
  • Stores variable
  • Executes function
Profile
What is a Go Function? Enlightened Posted on: Oct 17, 2025 In: Go

Function basics

  • Reusable block
  • Variable
  • Loop
  • Object
Profile
What is Go Goroutine? Enlightened Posted on: Oct 17, 2025 In: Go

Goroutine basics

  • Lightweight thread
  • Variable
  • Loop
  • Function
Profile
What is Go Channel? Enlightened Posted on: Oct 17, 2025 In: Go

Channel basics

  • Communication between goroutines
  • Stores variable
  • Executes function
  • Runs loop