hdkv
/
wind8_fetcher
Archived
1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
wind8_fetcher/lib/config/exported.go

8 lines
104 B
Go

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