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

Improve filesystem support #2064

Merged
merged 5 commits into from Jan 24, 2022
Merged

Improve filesystem support #2064

merged 5 commits into from Jan 24, 2022

Commits on Jan 10, 2022

  1. Improve filesystem support (Go 1.16+). Add field echo.Filesystem, met…

    …hods: echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS. Following methods will use echo.Filesystem to server files: echo.File, echo.Static, group.File, group.Static, Context.File
    aldas committed Jan 10, 2022
    Copy the full SHA
    f182524 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Fix fs.Sub problems on Windows

    aldas committed Jan 11, 2022
    Copy the full SHA
    c4d3df7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Improve filesystem support.

    aldas committed Jan 15, 2022
    Copy the full SHA
    34cacc2 View commit details
    Browse the repository at this point in the history
  2. fix Windows

    aldas committed Jan 15, 2022
    Copy the full SHA
    1fb0ba3 View commit details
    Browse the repository at this point in the history
  3. improve comments

    aldas committed Jan 15, 2022
    Copy the full SHA
    2f39f09 View commit details
    Browse the repository at this point in the history