From f5bb5e1291fcf0f490ed176f9488f7265bb0280b Mon Sep 17 00:00:00 2001 From: Moses Narrow Date: Fri, 14 Jun 2024 11:08:08 -0500 Subject: [PATCH] make format --- cmd/dmsgweb/commands/dmsgweb.go | 2 +- cmd/dmsgweb/commands/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/dmsgweb/commands/dmsgweb.go b/cmd/dmsgweb/commands/dmsgweb.go index 10b8df64..fa69237b 100644 --- a/cmd/dmsgweb/commands/dmsgweb.go +++ b/cmd/dmsgweb/commands/dmsgweb.go @@ -230,7 +230,7 @@ dmsgweb conf file detected: ` + dmsgwebconffile } if rawUDP { log.Fatalf("handling raw udp not yet implemented") -// proxyUDPConn() + // proxyUDPConn() } if !rawTCP && !rawUDP { proxyHTTPConn() diff --git a/cmd/dmsgweb/commands/root.go b/cmd/dmsgweb/commands/root.go index c042d5aa..a2b20bfd 100644 --- a/cmd/dmsgweb/commands/root.go +++ b/cmd/dmsgweb/commands/root.go @@ -25,7 +25,7 @@ import ( var ( httpC http.Client - dmsgC *dmsg.Client + dmsgC *dmsg.Client dmsgDisc string dmsgSessions int dmsgAddr []string