Skip to content

This is a repository for my learning projects in Golang. Each project is a separate subdirectory in this repository.

Notifications You must be signed in to change notification settings

Supsource/Golang-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Projects

This repository contains my learning projects in Go. Each project is stored in its own directory and has its own README file with instructions on how to run and use the project.

Projects List

  1. Go CRUD Application: A simple CRUD application built using Gorilla Mux router.
  2. Go-Server: A simple web server written in Go that serves static files and handles HTTP requests for form data and a simple greeting.
  3. Email Verifier: A simple command-line program that verifies email domains.
  4. Weather Tracker: A simple Go application that uses the OpenWeatherMap API to retrieve weather data for a given location and returns it in JSON format.

Requirements

  • Go 1.16 or later
  • Any dependencies required by individual projects

Usage

  1. Clone the repository: git clone https://github.com/Supsource/Golang-Projects
  2. Change into the directory: cd golang-projects/project-directory
  3. Build and run the individual projects following the instructions provided in their respective README files.

Contributing

If you have suggestions for improving any of the projects or have an idea for a new project, feel free to open an issue or a pull request.

About

This is a repository for my learning projects in Golang. Each project is a separate subdirectory in this repository.

Resources

Stars

Watchers

Forks