From 13e88dd2f74327f590622c561597594022c45de5 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Fri, 17 Nov 2023 13:23:46 -0800 Subject: [PATCH] quic: rename listener{_test}.go to endpoint{_test}.go Separate from CL 543298 to help git recognize that this is a rename. Change-Id: I1cbdffeb66d0960c951a564b8fc1a3dcf2cf40f6 Reviewed-on: https://go-review.googlesource.com/c/net/+/543299 Reviewed-by: Jonathan Amsterdam LUCI-TryBot-Result: Go LUCI --- internal/quic/{listener.go => endpoint.go} | 0 internal/quic/{listener_test.go => endpoint_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename internal/quic/{listener.go => endpoint.go} (100%) rename internal/quic/{listener_test.go => endpoint_test.go} (100%) diff --git a/internal/quic/listener.go b/internal/quic/endpoint.go similarity index 100% rename from internal/quic/listener.go rename to internal/quic/endpoint.go diff --git a/internal/quic/listener_test.go b/internal/quic/endpoint_test.go similarity index 100% rename from internal/quic/listener_test.go rename to internal/quic/endpoint_test.go