diff options
| author | davy wybiral <davy.wybiral@gmail.com> | 2019-07-03 16:46:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 16:46:59 -0500 |
| commit | d38a88be8e94873187c3b82e9b3827faa3875541 (patch) | |
| tree | a50e298a413d813805617814e3a9b68e2b8ae77c /main.go | |
| parent | 6b8d872d680d019827cc45881186cce3f83f764a (diff) | |
Tor (#12)
* added tor support
* change text
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ func main() { log.Fatal(err)
}
addr := fmt.Sprintf("%s:%d", cfg.Server.Host, cfg.Server.Port)
- log.Printf("Serving at http://%s", addr)
+ log.Printf("Local server: http://%s", addr)
err = a.Run()
if err != nil {
log.Fatal(err)
|
