1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-29 01:45:35 +02:00

Clean up readme

This commit is contained in:
Philipp Heckel 2021-11-03 11:33:34 -04:00
parent 7b810acfb5
commit 30a1ffa7cf
8 changed files with 134 additions and 62 deletions

View file

@ -7,8 +7,8 @@ import (
)
type memCache struct {
messages map[string][]*message
mu sync.Mutex
messages map[string][]*message
mu sync.Mutex
}
var _ cache = (*memCache)(nil)