proto-socket/go
toki e48722d811 Refactor project structure and add Close() method
- Add Close() method to Communicator for proper resource cleanup
- Move examples from go/example/ to go/examples/
- Move test files to go/test/ directory
- Add cross-test files for Dart-Go interop testing
- Add comprehensive test suite (tcp, ws, tls, heartbeat tests)
- Add crosstest directory for multi-language testing
- Add SKILL documentation for adding crosstest languages
2026-04-11 09:54:03 +09:00
..
crosstest Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
examples Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
packets feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
test Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
communicator.go Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
go.mod feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
go.sum feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
heartbeat_timer.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
tcp_client.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
tcp_server.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
ws_client.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
ws_server.go feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00