chore: rebrand project to GopherGate
Updated all naming from LLM Proxy to GopherGate. Implemented new CSS-based branding and updated Go module/binary naming.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Backend Architecture (Go)
|
||||
|
||||
The LLM Proxy backend is implemented in Go, focusing on high performance, clear concurrency patterns, and maintainability.
|
||||
The GopherGate backend is implemented in Go, focusing on high performance, clear concurrency patterns, and maintainability.
|
||||
|
||||
## Core Technologies
|
||||
|
||||
@@ -15,7 +15,7 @@ The LLM Proxy backend is implemented in Go, focusing on high performance, clear
|
||||
|
||||
```text
|
||||
├── cmd/
|
||||
│ └── llm-proxy/ # Entry point (main.go)
|
||||
│ └── gophergate/ # Entry point (main.go)
|
||||
├── internal/
|
||||
│ ├── config/ # Configuration loading and validation
|
||||
│ ├── db/ # Database schema, migrations, and models
|
||||
|
||||
Reference in New Issue
Block a user