You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,15 @@ func main() {
50
50
51
51
## Want to mock API?
52
52
53
-
go-zendesk has a [mock package](https://pkg.go.dev/github.com/nukosuke/go-zendesk/zendesk/mock) generated by [golang/mock](https://github.com/golang/mock).
53
+
go-zendesk has a [mock package](https://pkg.go.dev/github.com/nukosuke/go-zendesk/zendesk/mock) generated by [uber-go/mock](https://github.com/uber-go/mock).
54
54
You can simulate the response from Zendesk API with it.
55
55
56
56
## To regenerate the mock client
57
57
58
58
`go generate ./...`
59
59
60
-
## Zendesk [OBP(Offset Based Pagination) to CBP(Cursor Based Pagination) migration guide](CBPMigration.md)
60
+
## Zendesk OBP(Offset Based Pagination) to CBP(Cursor Based Pagination) migration guide
0 commit comments