Closed NSEcho closed 3 years ago
This PR adds the file src/config.go which parses the flag and cleans the subzy.go package more.
src/config.go
subzy.go
Also, changed the usage of Settings object with *Settings as it is more lightweight to use.
Settings
*Settings
This PR adds the file
src/config.go
which parses the flag and cleans thesubzy.go
package more.Also, changed the usage of
Settings
object with*Settings
as it is more lightweight to use.