doc(api): remove needless comment
This commit is contained in:
parent
dfd600713f
commit
712eeabd4a
1 changed files with 0 additions and 2 deletions
|
|
@ -1202,8 +1202,6 @@ type AssignableUser struct {
|
|||
name string
|
||||
}
|
||||
|
||||
// NewAssignableUser is a test helper to create a new AssignableUser
|
||||
// since the ID and Login are private fields
|
||||
func NewAssignableUser(id, login, name string) AssignableUser {
|
||||
return AssignableUser{
|
||||
id: id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue