Clean obsolete comment

This commit is contained in:
yo 2024-04-08 20:05:54 +02:00
parent 61bf6f92b9
commit 9ef2ae585e

View File

@ -82,7 +82,7 @@ type WriteDB struct {
file *os.File
enc *gob.Encoder
}
// https://stackoverflow.com/a/69691894
type MatchesMap map[PF]map[time.Time]struct{}
type ActionsMap map[PA]map[time.Time]struct{}