7 lines
65 B
Go
Raw Normal View History

2023-07-08 15:26:36 +00:00
package ocean
type keyValue struct {
key string
value any
}