From 4d23da8c389d210c5d067fdbcb28d6875797e9e6 Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 11:16:36 -0600 Subject: add core.Localizer --- comitium.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comitium.go') diff --git a/comitium.go b/comitium.go index 681b6fb..6ab845f 100644 --- a/comitium.go +++ b/comitium.go @@ -56,7 +56,7 @@ func main() { // make sure it exists so we can start working with files in it os.MkdirAll(dataPath, os.ModePerm) - err := core.Init(dataPath) + err := core.Init(dataPath, localizer) if err != nil { fmt.Fprintf(os.Stderr, "Error in initialization: %v\n", err) os.Exit(1) -- cgit v1.2.3