Closed friesencr closed 1 year ago
A library shouldn't os.Exit on error which log.Fatal is doing. We are bouncing workers because of this.
Opened a PR to move from log.Fatal -> log.Panic
https://github.com/deepgram-devs/deepgram-go-sdk/pull/72
A library shouldn't os.Exit on error which log.Fatal is doing. We are bouncing workers because of this.