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.
Usage:
docker run --restart always -d -v /var/data/goget:/tmp -p 7878:7878 ghcr.io/linuxsuren/goget-server:latestSimple usage:
goget github.com/linuxsuren/http-downloaderNon standard go project usage:
goget gitee.com/linuxsuren/goget --package cmd/cli/root.goYou can use any kinds of HTTP clients to get your desired binary file. Such as, use curl command to download it:
curl http://localhost:7878/gitee.com/linuxsuren/http-downloader --output hd && chmod u+x hdGet more details about the API.