Ghink Short Link Server with Go
Go to file
2024-10-31 00:38:37 +00:00
.gitignore Initial commit 2024-10-30 13:02:47 +00:00
404.html First commit 2024-10-30 21:45:10 +08:00
config.json First commit 2024-10-30 21:45:10 +08:00
go.mod First commit 2024-10-30 21:45:10 +08:00
go.sum First commit 2024-10-30 21:45:10 +08:00
LICENSE Initial commit 2024-10-30 13:02:47 +00:00
main.go First commit 2024-10-30 21:45:10 +08:00
README.md updated README.md 2024-10-31 00:38:37 +00:00
short_link.sql First commit 2024-10-30 21:45:10 +08:00

short_link_go

Ghink Short Link Server with Go

How to use

Download, compile, and execute programs

# download
git clone https://github.com/ghinknet/short_link_go

# compile
cd short_link_go
go build main.go

# run
./main

Note:

You have to init database before you start the program.