This repository provides foundational Go code examples and mini-projects for learning core concepts and practical applications.
- Slice: Usage of slices in Go.
- dbDSN: Database connection examples.
- hello_world: Basic "Hello World" example.
- myapi: A basic API for introductory practice.
- struct: Demonstrations on Go structs.
- Go: Ensure Go is installed. Go Installation Guide
- Clone the repository:
git clone https://github.com/Lsans80/Go.git cd Go cd <foldername>
- Running Examples:
go run <filename>.go