diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/goget/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/goget/main.go b/cmd/goget/main.go index ae8b3a6..3f17448 100644 --- a/cmd/goget/main.go +++ b/cmd/goget/main.go @@ -53,7 +53,7 @@ func main() { }() s := &http.Server{ - Addr: ":8080", + Addr: ":8070", Handler: handler(), ReadTimeout: 10 * time.Second, WriteTimeout: 10 * time.Second, |
