diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-24 15:06:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-24 15:06:29 -0700 |
| commit | 1072ca15a6357623b5260f951cec323635cb73e4 (patch) | |
| tree | 818b3758c915d085627a1f1d38e8c2f9b9feeb6e /cmd | |
| parent | add Go vanity URL service for custom import paths (diff) | |
| download | x-1072ca15a6357623b5260f951cec323635cb73e4.tar.gz | |
add nix configurations for building and running `goget`
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, |
