This commit is contained in:
Joshua Casey
2023-07-07 09:52:32 -07:00
parent 183c771d4e
commit 741ccfd2ce
5 changed files with 6 additions and 6 deletions

View File

@@ -256,7 +256,7 @@ func getAggregatedAPIServerConfig(
return apiServerConfig, nil
}
// main returns an error instead of calling 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()()