Skip to content

Commit

Permalink
listen
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 4, 2024
1 parent 1ceed32 commit ef90d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/example-gcp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ func main() {

// TODO: Add entry to log and return assigned index.
})

if err := http.ListenAndServe(*listen, http.DefaultServeMux); err != nil {
klog.Exitf("ListenAndServe: %v", err)
}
}

0 comments on commit ef90d2e

Please sign in to comment.