6 lines
62 B
Go
6 lines
62 B
Go
|
|
package conf
|
||
|
|
|
||
|
|
func ResetConf() {
|
||
|
|
Server = &configOptions{}
|
||
|
|
}
|