data/keyValue.go
2023-07-19 11:52:13 +02:00

7 lines
64 B
Go

package data
type keyValue struct {
key string
value any
}