mirror of
https://codeberg.org/hyperreal/hyperfocus
synced 2024-11-25 12:13:43 +01:00
Comment out unused raw string variable
This commit is contained in:
parent
69dc22507e
commit
3809a3a3ba
14
main.go
14
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user