replicate / replicate-go

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

Use HTTP method constants instead of string literals #54

Closed mattt closed 6 months ago

mattt commented 6 months ago

For example, http.MethodGet instead of "GET".