Skip to content

Replace use of strings.ToLower comparison with EqualFold #181

Closed

Description

For example,

if strings.ToLower(jaeger.Spec.Strategy) == "streaming" {

should be replaced by

if strings.EqualFold(c.jaeger.Spec.Strategy, "streaming") {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions