replicate / replicate-go

Go client for Replicate
https://replicate.com
Apache License 2.0
65 stars 9 forks source link

Add NilAway linter and fix detected errors #36

Closed mattt closed 9 months ago

mattt commented 9 months ago

NilAway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime.