diff options
Diffstat (limited to 'core/core.go')
| -rw-r--r-- | core/core.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core.go b/core/core.go index 7a3dd40..70f9cb7 100644 --- a/core/core.go +++ b/core/core.go @@ -60,4 +60,5 @@ func Init(dataPath string) error { if Data.Pages == nil { Data.Pages = make(map[url.URL]*Page) } + return nil } |
