From d3be7d4e803cc574b452d27c54161c1a89989e3c Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 7 Sep 2026 08:05:51 +0300 Subject: [PATCH] build: set module path to code.luxferre.top/luxferre/gr2gw for go install --- README.md | 18 +++++++----------- go.mod | 3 ++- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d8796d3..3f1fc7c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A zero-dependency, high-performance Go proxy server that introspects any Gradio Default demo space: `https://ghost2513-openai-gpt-oss-120b.hf.space` ---- - ## Features - **Zero external dependencies**: Pure Go standard library (`net/http`, `encoding/json`, `bufio`, etc.). @@ -38,7 +36,11 @@ Default demo space: `https://ghost2513-openai-gpt-oss-120b.hf.space` - **Fibonacci retry engine**: - Resilient backoff retry mechanism (1s, 1s, 2s, 3s, 5s) for transient network hiccups. ---- +## Installation + +```bash +go install code.luxferre.top/luxferre/gr2gw@latest +``` ## Build @@ -53,8 +55,6 @@ To run tests: make test ``` ---- - ## Usage ### Quick start @@ -90,8 +90,6 @@ With SOCKS5 proxy: - `GRADIO_SPACE_URL`: default Gradio space URL fallback. - `ALL_PROXY`, `SOCKS5_PROXY`, `SOCKS_PROXY`: default SOCKS5 proxy URL fallback. ---- - ## API examples ### List models @@ -250,8 +248,6 @@ curl http://localhost:8080/v1/chat/completions \ }' ``` ---- +## Credits -## License - -Released into the public domain under Creative Commons Zero (CC0) or Unlicense. +Created by Luxferre in 2026, released into the public domain with no warranties. diff --git a/go.mod b/go.mod index 66d5521..4c91e83 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ -module gr2gw +module code.luxferre.top/luxferre/gr2gw go 1.26 +