1 files changed, 2 insertions(+), 2 deletions(-)

M main.go
M main.go +2 -2
@@ 11,7 11,7 @@ import (
 var (
 	header = "Today's excuse to not implement IPv6 is:"
 	footer = "Brought to you courtesy https://ipv6excuses.com/"
-	past time.Time
+	past   time.Time
 )
 
 func pickExcuse() string {

          
@@ 76,5 76,5 @@ func main() {
 
 	go listenTCP(addr)
 	go listenUDP(addr)
-	select { }
+	select {}
 }