Skip to content

Commit

Permalink
listen
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 3, 2024
1 parent 08f32d7 commit 4650433
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 4650433

Please sign in to comment.