aboutsummaryrefslogtreecommitdiff
path: root/src/conf/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/conf.go')
-rw-r--r--src/conf/conf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/conf.go b/src/conf/conf.go
index 03b3d33..f68c2f4 100644
--- a/src/conf/conf.go
+++ b/src/conf/conf.go
@@ -25,7 +25,7 @@ type (
}
)
-func Load() *Conf {
+func NewConf() *Conf {
filepath := os.Getenv("NEWSSTAND_CONFIG_PATH")
if filepath == "" {