Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 447 Bytes

File metadata and controls

9 lines (7 loc) · 447 Bytes

hello-server

A Go server that returns "hello world" when you send a GET request to /hello.

grep-by-go

A small project for learning Go by implementing a simple grep-like CLI tool that searches for patterns in files.

go-todo-app

A simple Todo REST API built with Go (Gin + GORM) and MySQL, containerized with Docker Compose.
Implements basic CRUD operations and handles database initialization and connection retry logic.