# goget **Repository Path**: linuxsuren/goget ## Basic Information - **Project Name**: goget - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-21 - **Last Updated**: 2021-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This project aims to provide a way to get binary file from a Golang project easily. Users don't need to have a Golang environment. ## Server Usage: ```shell docker run --restart always -d -v /var/data/goget:/tmp -p 7878:7878 ghcr.io/linuxsuren/goget-server:latest ``` ## Client Usage: ```shell goget github.com/linuxsuren/http-downloader ```