Files
go-cart-actor/tcp-connection_test.go
2025-10-10 06:45:23 +00:00

9 lines
310 B
Go

/*
Legacy TCP networking (GenericListener / Frame protocol) has been removed
as part of the gRPC migration. This file intentionally contains no tests.
Keeping an empty Go file (with a package declaration) ensures the old
tcp-connection test target no longer runs without causing build issues.
*/
package main