zglob

package module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2024 License: MIT Imports: 10 Imported by: 502

README

go-zglob

Build Status

zglob

Usage

matches, err := zglob.Glob(`./foo/b*/**/z*.txt`)

Installation

For using library:

$ go get github.com/mattn/go-zglob

For using command:

$ go install github.com/mattn/go-zglob/cmd/zglob@latest

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Glob

func Glob(pattern string) ([]string, error)
func GlobFollowSymlinks(pattern string) ([]string, error)

func Match

func Match(pattern, name string) (matched bool, err error)

func New

func New(pattern string) (*zenv, error)

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL