Versions in this module Expand all Collapse all v0 v0.16.0 Mar 25, 2021 v0.15.0 Mar 10, 2021 Changes in this version + type Parser struct + func NewParser() *Parser + func (p *Parser) Deserialize(raw []byte) (*config.Config, error) + func (p *Parser) Serialize(conf *config.Config) ([]byte, error) + func (p *Parser) SupportsFormat(extension string) bool v0.14.0 Feb 20, 2021 Changes in this version + var ErrDoesNotExist = errors.New("project config file does not exist") + func Exists(path string) bool + func Load(path string) (*config.Config, error) + func Save(conf *config.Config, path string) error + type Simple map[string][]string