some improvements

This commit is contained in:
ston1th 2019-07-30 18:57:16 +02:00
commit d9d089be0d
8 changed files with 132 additions and 24 deletions

2
pkg/cache/cache.go vendored
View file

@ -44,7 +44,7 @@ func (c *Cache) Get(title string) (p *core.Page) {
*p = *cp.Page
return
}
return nil
return
}
func (c *Cache) Delete(title string) {