Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Go Basics

Overview

This folder contains fundamental Go concepts including variables, data types, constants, and basic operators.

Topics Covered

  • Hello World
  • Variables and Constants
  • Data Types (int, float, string, bool)
  • Type Conversion
  • Operators (arithmetic, comparison, logical)
  • Formatting and Printing

Code Examples

Notes

Exercises

Resources