aboutsummaryrefslogtreecommitdiff
path: root/cmd/goget/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/goget/main.go')
-rw-r--r--cmd/goget/main.go2
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,