Versions in this module Expand all Collapse all v1 v1.1.0 May 12, 2019 Changes in this version + const API + var ProjectRegex = regexp.MustCompile(...) + var TarballRegex = regexp.MustCompile(...) + type Feed struct + Items []Item + XMLName xml.Name + type Item struct + Date string + Link string + XMLName xml.Name + type Provider struct + func (c Provider) Latest(name string) (r *results.Result, s results.Status) + func (c Provider) Match(query string) string + func (c Provider) Name() string + func (c Provider) Releases(name string) (rs *results.ResultSet, s results.Status)