concourse / concourse

Unused method receiver RVV-B0013
Bug risk
Major
1 occurrence in this check
Method receiver 'command' is not referenced in method's body, consider removing or renaming it as _
178	)
179}
180
181func (command *LoginCommand) passwordGrant(client concourse.Client, username, password string) (string, string, error) {182
183	oauth2Config := oauth2.Config{
184		ClientID:     "fly",