some improvements
This commit is contained in:
parent
8143e484cd
commit
d9d089be0d
8 changed files with 132 additions and 24 deletions
2
pkg/cache/cache.go
vendored
2
pkg/cache/cache.go
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue