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

Add path.Format #216

Merged
merged 4 commits into from
Aug 31, 2024
Merged

Add path.Format #216

merged 4 commits into from
Aug 31, 2024

Commits on Aug 31, 2024

  1. Add path.Format

    Right now UNIX-style, Windows-style and local path parsers can all be
    created through free functions. However, there are cases in which you
    may want to pass along a pathname style. For example, to force parsing
    of UNIX-style paths as part of unit tests.
    
    This change adds a new interface type named path.Format and moves the
    free functions into them. This is similar to how encoding/binary offers
    {Little,Big}Endian.
    EdSchouten committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    005fbca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccfc41 View commit details
    Browse the repository at this point in the history
  3. Upgrade all Go modules

    EdSchouten committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8ebe93b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fadd885 View commit details
    Browse the repository at this point in the history