What is Go?
Enlightened
Posted on: Oct 17, 2025
In: Go
Go basics
- Statically typed language
- Dynamically typed
- Scripting language
- Markup language
What is a Go Package?
Enlightened
Posted on: Oct 17, 2025
In: Go
Package basics
- Groups source files
- Runs loop
- Stores variable
- Executes function
What is a Go Function?
Enlightened
Posted on: Oct 17, 2025
In: Go
Function basics
- Reusable block
- Variable
- Loop
- Object
What is Go Goroutine?
Enlightened
Posted on: Oct 17, 2025
In: Go
Goroutine basics
- Lightweight thread
- Variable
- Loop
- Function
What is Go Channel?
Enlightened
Posted on: Oct 17, 2025
In: Go
Channel basics
- Communication between goroutines
- Stores variable
- Executes function
- Runs loop