refactor: rewrite project from Rust to Go
- Replace Axum with Chi router - Replace sqlx with pgx for PostgreSQL - Replace tonic/prost with grpc-go - Replace tracing with zerolog - Update flake.nix for Go build with protoc generation - Preserve all existing endpoints and functionality Stack: Chi, pgx, grpc-go, zerolog, yaml.v3
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
/target
|
||||
/result
|
||||
.direnv/
|
||||
config.yaml
|
||||
/server
|
||||
/vendor
|
||||
pkg/metadatapb/
|
||||
|
||||
Reference in New Issue
Block a user