22
33<!-- x-release-please-start-version -->
44
5- <a href =" https://pkg.go.dev/github.com/stainless-sdks /agentmail-go " ><img src =" https://pkg.go.dev/badge/github.com/stainless-sdks /agentmail-go.svg " alt =" Go Reference " ></a >
5+ <a href =" https://pkg.go.dev/github.com/agentmail-to /agentmail-go " ><img src =" https://pkg.go.dev/badge/github.com/agentmail-to /agentmail-go.svg " alt =" Go Reference " ></a >
66
77<!-- x-release-please-end -->
88
@@ -13,18 +13,26 @@ It is generated with [Stainless](https://www.stainless.com/).
1313
1414## Installation
1515
16+ <!-- x-release-please-start-version -->
17+
1618``` go
1719import (
18- " github.com/stainless-sdks /agentmail-go" // imported as agentmail
20+ " github.com/agentmail-to /agentmail-go" // imported as agentmail
1921)
2022```
2123
24+ <!-- x-release-please-end -->
25+
2226Or to pin the version:
2327
28+ <!-- x-release-please-start-version -->
29+
2430``` sh
25- go get -u ' github.com/stainless-sdks /agentmail-go@v0.0.1'
31+ go get -u ' github.com/agentmail-to /agentmail-go@v0.0.1'
2632```
2733
34+ <!-- x-release-please-end -->
35+
2836## Requirements
2937
3038This library requires Go 1.22+.
@@ -40,8 +48,8 @@ import (
4048 " context"
4149 " fmt"
4250
43- " github.com/stainless-sdks /agentmail-go"
44- " github.com/stainless-sdks /agentmail-go/option"
51+ " github.com/agentmail-to /agentmail-go"
52+ " github.com/agentmail-to /agentmail-go/option"
4553)
4654
4755func main () {
@@ -269,7 +277,7 @@ client.Inboxes.List(context.TODO(), ...,
269277
270278The request option ` option.WithDebugLog(nil) ` may be helpful while debugging.
271279
272- See the [ full list of request options] ( https://pkg.go.dev/github.com/stainless-sdks /agentmail-go/option ) .
280+ See the [ full list of request options] ( https://pkg.go.dev/github.com/agentmail-to /agentmail-go/option ) .
273281
274282### Pagination
275283
@@ -475,7 +483,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
475483
476484We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
477485
478- We are keen for your feedback; please open an [ issue] ( https://www.github.com/stainless-sdks /agentmail-go/issues ) with questions, bugs, or suggestions.
486+ We are keen for your feedback; please open an [ issue] ( https://www.github.com/agentmail-to /agentmail-go/issues ) with questions, bugs, or suggestions.
479487
480488## Contributing
481489
0 commit comments