short_link_go/README.md
2024-10-31 00:38:37 +00:00

23 lines
303 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.