Versions in this module Expand all Collapse all v2 v2.9.3 Mar 2, 2021 v2.9.2 Mar 2, 2021 Changes in this version + type Builder interface + Build func(*Source) (*Package, error) + Clean func(*Package) error + type Option func(o *Options) + func Path(p string) Option + type Options struct + Path string + type Package struct + Name string + Path string + Source *Source + Type string + type Source struct + Language string + Repository *source.Repository