#8 Finished the update I need to redo the call of these methods.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-15 21:18:58 +03:00
parent eb2a21a1b1
commit 1c8df603b9
3 changed files with 11 additions and 0 deletions

View File

@@ -34,3 +34,9 @@ func NewConfig() *Config {
UpdateOpt: &UpdateOpt{},
}
}
func NewConfig() *Config {
return &Config{
Source: &Source{},
}
}