Categorygithub.com/raighneweng/tinyurl-go
modulepackage
0.0.0-20241220014402-c9702b720577
Repository: https://github.com/raighneweng/tinyurl-go.git
Documentation: pkg.go.dev

# README

TinyUrl-go

Implementing tiny-url with go, this is my first golang project, thanks for go-gin-example and project-layout.

Basement

MurmurHash32 + Redis Increment Key -> base 62

How to run

Required

Redis

Conf

You should modify .env

RUN_MODE = test
PORT=8080
BASE_URL=http://localhost:8080

REDIS_HOST="localhost:6379"

Load Tests

# Packages

No description provided by the author
No description provided by the author