package uid

Import Path
	github.com/carapace-sh/carapace/pkg/uid (on go.dev)

Dependency Relation
	imports 6 packages, and imported by 14 packages

Involved Source Files Package uid provides unique identifiers
Package-Level Type Names (only one)
/* sort by: | */
( Context) Abs(s string) (string, error) ( Context) Getenv(key string) string ( Context) LookupEnv(key string) (string, bool) github.com/carapace-sh/carapace/pkg/style.Context (interface) github.com/carapace-sh/carapace/pkg/traverse.Context (interface) github.com/carapace-sh/carapace.Context Context : github.com/carapace-sh/carapace/pkg/style.Context Context : github.com/carapace-sh/carapace/pkg/traverse.Context
Package-Level Functions (total 4)
Command creates a uid for given command.
Executable returns the name of the executable.
Flag creates a uid for given flag.
Map maps values to uids to simplify testing. Map( "go.mod", "file://path/to/go.mod", "go.sum", "file://path/to/go.sum", )