forked from ebhomengo/niki
6 lines
59 B
Go
6 lines
59 B
Go
|
package config
|
||
|
|
||
|
func Default() Config {
|
||
|
return Config{}
|
||
|
}
|