From 3809a3a3ba1507c30a3e8f720ca309701b7cae1a Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Tue, 15 Feb 2022 20:50:26 -0600 Subject: [PATCH] Comment out unused raw string variable --- main.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.go b/main.go index c1ee1af..e46a00c 100644 --- a/main.go +++ b/main.go @@ -18,13 +18,13 @@ import ( ) // TODO: Figure out what to do with this -const resetDNSMsg string = ` -Note that you may need to flush your system's DNS cache for changes to take effect. -In most cases this could be done by restarting the resolver daemon. -Windows systems: open PowerShell as administrator and run "ipconfig /flushdns" -macOS: open terminal and run "sudo dscacheutil -flushcache" -Linux with Systemd: open terminal and run "sudo systemctl restart systemd-resolved" -Other init systems or *BSD: You probably already know how to do this.` +//const resetDNSMsg string = ` +//Note that you may need to flush your system's DNS cache for changes to take effect. +//In most cases this could be done by restarting the resolver daemon. +//Windows systems: open PowerShell as administrator and run "ipconfig /flushdns" +//macOS: open terminal and run "sudo dscacheutil -flushcache" +//Linux with Systemd: open terminal and run "sudo systemctl restart systemd-resolved" +//Other init systems or *BSD: You probably already know how to do this.` var localFilePaths = make(map[string]string, 4)