Archived
1
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
wind8_fetcher/lib/config/exported.go
2017-10-27 07:45:21 +04:00

8 lines
104 B
Go

package config
// New creates new empty Config object
func New() *Config {
c := &Config{}
return c
}