Documentation
¶
Index ¶
- func CacheDir() string
- func ConfigDir() string
- func FromGob[T any](src string, dest *T) bool
- func FromJson[T any](src string, dest *T) bool
- func FuzzyScore(input, target string) float64
- func TmpDir() string
- func ToGob[T any](val *T, dest string)
- func ToJson[T any](src *T, dest string)
- type MatchingType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FuzzyScore ¶ added in v0.0.50
Types ¶
type MatchingType ¶ added in v0.3.6
type MatchingType int
const ( Fuzzy MatchingType = iota AlwaysTop AlwaysBottom )
Click to show internal directories.
Click to hide internal directories.