package gobstore // All returns the entire map func (j *GobStore[T]) All() map[string]T { j.Lock() defer j.Unlock() return j.values }