From bee51f8ecc797048fc1058c4ccb8acb1cef5fd76 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 09:30:14 +0100 Subject: Listen to the world --- wiki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki.go') diff --git a/wiki.go b/wiki.go index 5bc3a5d..cdb49c2 100644 --- a/wiki.go +++ b/wiki.go @@ -39,5 +39,5 @@ func (p *Page) render(w http.ResponseWriter, tmpl *template.Template) { } func main() { - http.ListenAndServe("localhost:8080", nil) + http.ListenAndServe(":8080", nil) } -- cgit v1.2.3