Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: parse escaped double colon (\\:) example struct tag #1402

Commits on Nov 28, 2022

  1. chore: parse escaped double colon (\\:) example struct tag

    Replaces the regular string splitting by a ":" made during
    the "example" tag parsing so that it will not split escaped
    double colons, allowing string examples containing a double
    colon to be escaped using double backlashes.
    Gustavo committed Nov 28, 2022
    Copy the full SHA
    721d95d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. refactor: use strings.SplitN to split the string by the first double …

    …colon found
    Gustavo committed Nov 29, 2022
    Copy the full SHA
    a2de9c2 View commit details
    Browse the repository at this point in the history