package
0.0.0-20240624235250-9e89dfb7520d
Repository: https://github.com/tailscale/pkgsitelib.git
Documentation: pkg.go.dev
# Functions
NewSymbolMatcher creates a SymbolMatcher that may be used to match the given search pattern.
# Structs
SymbolMatcher implements a fuzzy matching algorithm optimized for Go symbols of the form:
example.com/path/to/package.object.field
Knowing that we are matching symbols like this allows us to make the following optimizations: - We can incorporate right-to-left relevance directly into the score calculation.