summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorAnthony HAMON <hamon.anth@gmail.com>2018-09-02 17:18:33 +0200
committerAnthony HAMON <hamon.anth@gmail.com>2018-09-04 06:21:58 +0200
commit06846ef3ae9aed88ff6249cc2fd5bdbe0a55bdc3 (patch)
tree49543283cde0e6e13625c8550d910400861b4a35 /main.go
parent43ad9a81c282022203e45ae3088b93763320bccc (diff)
rename NewApp to Setup
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 25e55d364..890b69a7f 100644
--- a/main.go
+++ b/main.go
@@ -43,7 +43,7 @@ func main() {
panic(err)
}
- app, err := app.NewApp(appConfig)
+ app, err := app.Setup(appConfig)
if err != nil {
app.Log.Error(err.Error())
panic(err)