7 lines
64 B
Go
Raw Normal View History

2023-07-19 09:52:13 +00:00
package data
2023-07-08 15:26:36 +00:00
type keyValue struct {
key string
value any
}