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

New path/filepath function namespaces #355

Merged
merged 1 commit into from
Jul 12, 2018
Merged

Conversation

hairyhenderson
Copy link
Owner

Adds a bunch of new functions in 2 related namespaces: path and filepath. These mostly expose Go's path and path/filepath packages:

  • path.Base
  • path.Clean
  • path.Dir
  • path.Ext
  • path.IsAbs
  • path.Join
  • path.Match
  • path.Split
  • filepath.Base
  • filepath.Clean
  • filepath.Dir
  • filepath.Ext
  • filepath.FromSlash
  • filepath.IsAbs
  • filepath.Join
  • filepath.Match
  • filepath.Rel
  • filepath.Split
  • filepath.ToSlash
  • filepath.VolumeName

Signed-off-by: Dave Henderson dhenderson@gmail.com

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@hairyhenderson hairyhenderson changed the title [WIP] New path/filepath function namespaces New path/filepath function namespaces Jul 12, 2018
@hairyhenderson hairyhenderson merged commit 37627e8 into master Jul 12, 2018
@hairyhenderson hairyhenderson deleted the path-functions branch July 12, 2018 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant