- Add CLI core setup for edge and node services - Refactor edge transport layer (server, integration tests) - Refactor node transport layer (parser, session, heartbeat, client) - Add main_test.go files for edge and node commands - Add input package for edge service - Add go.work and go.work.sum for workspace support - Update configs, docs, and project rules
6 lines
40 B
Text
6 lines
40 B
Text
go 1.24
|
|
|
|
use (
|
|
.
|
|
../proto-socket/go
|
|
)
|