mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
delete export
TBR=r OCL=23121 CL=23127
This commit is contained in:
parent
0183baaf44
commit
839a68469b
234 changed files with 1198 additions and 1199 deletions
|
|
@ -75,7 +75,7 @@ func doTest(t *testing.T, network, listenaddr, dialaddr string) {
|
|||
<-done; // make sure server stopped
|
||||
}
|
||||
|
||||
export func TestTcpServer(t *testing.T) {
|
||||
func TestTcpServer(t *testing.T) {
|
||||
doTest(t, "tcp", "0.0.0.0:9997", "127.0.0.1:9997");
|
||||
doTest(t, "tcp", "[::]:9997", "[::ffff:127.0.0.1]:9997");
|
||||
doTest(t, "tcp", "[::]:9997", "127.0.0.1:9997");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue