diff options
| author | nytpu <alex@nytpu.com> | 2021-03-18 10:32:10 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-03-18 10:32:10 -0600 |
| commit | 3b26eb986350587f8330ef126c63a542b5c3f8ce (patch) | |
| tree | d33b22d60ddd37a8a312110065489ddc23c80b37 /core/core.go | |
| parent | 5ba676ed5d2f152eda30fd0fcccafced3ff9bf10 (diff) | |
fix several typos throughout core
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 } |
