stub
This commit is contained in:
7
config/config.go
Normal file
7
config/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
import "errors"
|
||||
|
||||
func Refresh() error {
|
||||
return errors.New("not impl")
|
||||
}
|
||||
Reference in New Issue
Block a user