Deprecate repo in favor of modal-labs/modal-client#292
Conversation
PR SummaryLow Risk Overview Adds Go deprecation markers ( Written by Cursor Bugbot for commit 5b83807. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| - **[Go](./modal-go/README.md)** | ||
| Run the following in your project: `go get github.com/modal-labs/modal-client/go@latest` | ||
|
|
||
| Replace all imports of `github.com/modal-labs/libmodal/modal-go` with `github.com/modal-labs/modal-client/g`. |
There was a problem hiding this comment.
Typo? Or am I missing something?
| Replace all imports of `github.com/modal-labs/libmodal/modal-go` with `github.com/modal-labs/modal-client/g`. | |
| Replace all imports of `github.com/modal-labs/libmodal/modal-go` with `github.com/modal-labs/modal-client/go`. |
There was a problem hiding this comment.
This was a typo. 😅
After this we can release a final go tag so users can see all the deprecation warnings.
Linters will catch this warning:
And in my IDE:
For us to migrate:
modal-client.