这是indexloc提供的服务,不要输入任何密码
Skip to content

hemansadeghi/Go-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go URL Shortener

A lightweight URL shortener written in Go with a clean frontend UI.

🚀 Features

  • Shortens long URLs
  • Simple in-memory storage (no database required)
  • Frontend UI included (HTML + JS)
  • API for programmatic usage

🔧 How to Run

git clone https://github.com/hemansadeghi/Go-url-shortener.git
cd Go-url-shortener
go run main.go

📂 Project Structure

.
├── main.go
├── LICENSE
├── README.md
├── .gitignore
└── frontend/
    └── index.html

📜 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published