diff options
Diffstat (limited to 'test/go/empty/app.go')
-rw-r--r-- | test/go/empty/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/empty/app.go b/test/go/empty/app.go index 9326a19b..61e27f67 100644 --- a/test/go/empty/app.go +++ b/test/go/empty/app.go @@ -9,5 +9,5 @@ func handler(w http.ResponseWriter, r *http.Request) {} func main() { http.HandleFunc("/", handler) - unit.ListenAndServe(":7080", nil) + unit.ListenAndServe(":8080", nil) } |