mirror of
https://codeberg.org/hyperreal/hyperfocus
synced 2024-11-01 16:53:11 +01:00
Update main.go
This commit is contained in:
parent
3809a3a3ba
commit
1fcac4c87c
9
main.go
9
main.go
@ -17,15 +17,6 @@ import (
|
|||||||
"github.com/akamensky/argparse"
|
"github.com/akamensky/argparse"
|
||||||
)
|
)
|
||||||
|
|
||||||
// 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.`
|
|
||||||
|
|
||||||
var localFilePaths = make(map[string]string, 4)
|
var localFilePaths = make(map[string]string, 4)
|
||||||
|
|
||||||
// Check if <path> exists on the host filesystem
|
// Check if <path> exists on the host filesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user