Ghink Short Link Server with Go
.gitignore | ||
404.html | ||
config.json | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
short_link.sql |
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.