replicate / replicate-go

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

Move source to repository root #5

Closed nickstenning closed 1 year ago

nickstenning commented 1 year ago

This makes for a cleaner and less stuttering import path, and aligns more closely with expected layout for modern Go packages.

nickstenning commented 1 year ago

Just want to check you're ok with this, @mattt?