deepgram/deepgram-go-sdk

Don't log.Fatal

Closed this issue · 1 comments

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

#72