1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

Cleaning a bunch of go vet issues

This commit is contained in:
Bob Briski
2018-02-28 22:46:54 -08:00
parent 78dbcf28a8
commit 56d87db29c
6 changed files with 49 additions and 48 deletions

View File

@ -99,7 +99,7 @@ func (s *UserService) GetGroups(username string) (*[]UserGroup, *Response, error
return userGroups, resp, nil
}
// Finds user info from JIRA:
// Find searches for user info from JIRA:
// It can find users by email, username or name
//
// JIRA API docs: https://docs.atlassian.com/jira/REST/cloud/#api/2/user-findUsers