7 lines
67 B
Go
Raw Normal View History

2023-07-10 14:27:41 +00:00
package storage
2023-07-08 15:26:36 +00:00
type keyValue struct {
key string
value any
}