Skip to content

Commit

Permalink
Update godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey committed Jul 6, 2023
1 parent 4ce4c9f commit 47f9f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/concierge/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ func getAggregatedAPIServerConfig(
return apiServerConfig, nil
}

func main() error { // return an error instead of plog.Fatal to allow defer statements to run
// main returns an error instead of calling plog.Fatal to allow defer statements to run
func main() error {
defer plog.Setup()()

// Dump out the time since compile (mostly useful for benchmarking our local development cycle latency).
Expand Down

0 comments on commit 47f9f26

Please sign in to comment.