9 lines
310 B
Go
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
|