Skip to content

Lsans80/Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Playground Repository

This repository provides foundational Go code examples and mini-projects for learning core concepts and practical applications.

Structure

  • 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.

Requirements

Getting Started

  1. Clone the repository:
    git clone https://github.com/Lsans80/Go.git
    cd Go
    cd <foldername>
    
  2. Running Examples:
    go run <filename>.go
    

About

Starting with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages