22
33<!-- x-release-please-start-version -->
44
5- <a href =" https://pkg.go.dev/github.com/kernel/hypeman " ><img src =" https://pkg.go.dev/badge/github.com/kernel/hypeman.svg " alt =" Go Reference " ></a >
5+ <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " ><img src =" https://pkg.go.dev/badge/github.com/kernel/hypeman-go .svg " alt =" Go Reference " ></a >
66
77<!-- x-release-please-end -->
88
@@ -17,7 +17,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1717
1818``` go
1919import (
20- " github.com/kernel/hypeman" // imported as hypeman
20+ " github.com/kernel/hypeman-go " // imported as hypeman
2121)
2222```
2323
@@ -28,7 +28,7 @@ Or to pin the version:
2828<!-- x-release-please-start-version -->
2929
3030``` sh
31- go get -u ' github.com/kernel/hypeman@v0.13.0'
31+ go get -u ' github.com/kernel/hypeman-go @v0.13.0'
3232```
3333
3434<!-- x-release-please-end -->
@@ -48,8 +48,8 @@ import (
4848 " context"
4949 " fmt"
5050
51- " github.com/kernel/hypeman"
52- " github.com/kernel/hypeman/option"
51+ " github.com/kernel/hypeman-go "
52+ " github.com/kernel/hypeman-go /option"
5353)
5454
5555func main () {
@@ -276,7 +276,7 @@ client.Health.Check(context.TODO(), ...,
276276
277277The request option ` option.WithDebugLog(nil) ` may be helpful while debugging.
278278
279- See the [ full list of request options] ( https://pkg.go.dev/github.com/kernel/hypeman/option ) .
279+ See the [ full list of request options] ( https://pkg.go.dev/github.com/kernel/hypeman-go /option ) .
280280
281281### Pagination
282282
@@ -491,7 +491,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
491491
492492We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
493493
494- We are keen for your feedback; please open an [ issue] ( https://www.github.com/kernel/hypeman/issues ) with questions, bugs, or suggestions.
494+ We are keen for your feedback; please open an [ issue] ( https://www.github.com/kernel/hypeman-go /issues ) with questions, bugs, or suggestions.
495495
496496## Development
497497
0 commit comments