diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-12 14:20:47 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-12 14:20:47 -0700 |
| commit | cd324e1d48505410f0b11f26d6c415415ebf098e (patch) | |
| tree | 654b8b14b537cf0b58e7e20b3f8857b4cab55b35 /main.go | |
| parent | bbdf98d88ac8a19e6edb5f85ef1d1ebf94f02d23 (diff) | |
| download | hatecomputers.club-cd324e1d48505410f0b11f26d6c415415ebf098e.tar.gz hatecomputers.club-cd324e1d48505410f0b11f26d6c415415ebf098e.zip | |
close #8
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -60,7 +60,11 @@ func main() { log.Fatal(err) } }() + } + if argv.Dns || argv.Server { select {} } + + log.Println("no services started") } |
