#8 Finished the update I need to redo the call of these methods.
This commit is contained in:
@@ -34,3 +34,9 @@ func NewConfig() *Config {
|
||||
UpdateOpt: &UpdateOpt{},
|
||||
}
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
return &Config{
|
||||
Source: &Source{},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user