glob

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package glob provides shared glob-to-regexp compilation used by the sources and conventions packages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToRegexp

func ToRegexp(pattern string) *regexp.Regexp

ToRegexp compiles a glob pattern into a regexp. ** matches any number of path segments; * matches within a single segment.

func WalkFS

func WalkFS(fsys fs.FS, pattern string) ([]string, error)

WalkFS returns relative paths within fsys that match a ** glob pattern. ** matches any number of path segments; * matches within a single segment.

Types

This section is empty.

Jump to

Keyboard shortcuts

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