# Functions
FindAssetContaining searches the provided slice of assets for entries whose Name contains all of the given search terms.
FindAssetsExcluding searches the provided slice of assets for entries whose Name contains none of the given search terms.
FindAssetsForArch searches the provided list of assets and returns the subset, if any, matching the local architecture as defined by runtime.GOARCH, as well as well-known alternative names for the architecture.
FindAssetsForArchAndOS searches the provided list of assets and returns the subset, if any, matching the local architecture and OS, as defined by runtime.GOARCH and runtime.GOOS, respectively.
FindAssetsForOS searches the provided list of assets and returns the subset, if any, matching the local OS as defined by runtime.GOOS, as well as any well-known alternative names for the OS.
FindAssetMatching searches the provided slice of assets for entries whose Name matches the given pattern.
No description provided by the author