# short_link_go **Repository Path**: ghink/short_link_go ## Basic Information - **Project Name**: short_link_go - **Description**: Ghink Short Link Server with Go - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.