From cf52ab072c486874e1e102da6b5f2a45d12bd4a3 Mon Sep 17 00:00:00 2001 From: Francis Date: Tue, 18 Aug 2015 10:37:27 +0200 Subject: [PATCH] update UserListOptions docs As of [https://github.com/francismakes/go-github/commit/fccbb9520b3a567b5438ae7a86d0ba6fd6d9a493#diff-e754c06a3071f63f53cee61571452b4c](https://github.com/francismakes/go-github/commit/fccbb9520b3a567b5438ae7a86d0ba6fd6d9a493#diff-e754c06a3071f63f53cee61571452b4c), `Users.List` method was updated to `Users.ListAll`. This commit updates the documentation for `UserListOptions` to reflect that change. --- github/users.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/users.go b/github/users.go index 95cca6b..a041bbf 100644 --- a/github/users.go +++ b/github/users.go @@ -113,7 +113,7 @@ func (s *UsersService) Edit(user *User) (*User, *Response, error) { return uResp, resp, err } -// UserListOptions specifies optional parameters to the UsersService.List +// UserListOptions specifies optional parameters to the UsersService.ListAll // method. type UserListOptions struct { // ID of the last user seen