This commit is contained in:
Bel LaPointe
2022-01-09 21:10:12 -05:00
parent a27c850796
commit 8701869831
3 changed files with 29 additions and 0 deletions

7
config/config.go Normal file
View File

@@ -0,0 +1,7 @@
package config
import "errors"
func Refresh() error {
return errors.New("not impl")
}