Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteLockfile ¶
Types ¶
type Config ¶
type Config struct {
Package Package `toml:"package"`
Dependencies map[string]Dependency
}
func ReadConfig ¶
func (Config) LoadValueToDependency ¶
LoadValueToDependency takes the string from a `load()` statement and returns the matching dependency in this config, if there is one
type Dependency ¶
func (*Dependency) UnmarshalTOML ¶
func (c *Dependency) UnmarshalTOML(data interface{}) error
Click to show internal directories.
Click to hide internal directories.