deepgram / deepgram-go-sdk

Go SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
34 stars 29 forks source link

Don't log.Fatal #71

Closed friesencr closed 1 year ago

friesencr commented 1 year ago

A library shouldn't os.Exit on error which log.Fatal is doing. We are bouncing workers because of this.

DamienDeepgram commented 1 year ago

Opened a PR to move from log.Fatal -> log.Panic

https://github.com/deepgram-devs/deepgram-go-sdk/pull/72