Skip to content

ToCamelCase returns PascalCase #56

@LlewellynS96

Description

@LlewellynS96

The first letter in camelCase should be lower case, e.g. httpServer. This is discussed in many places on the internet, including here.

This results in bugs in downstream packages like this one in sprig.

I believe the solution might be to remove one line and fix the tests.

r0 = unicode.ToUpper(r0)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions