Files
db_in_45_steps_go/0102/kv_entry.go
T
2026-07-19 17:00:47 +02:00

17 lines
202 B
Go

package db0102
import (
"io"
)
type Entry struct {
key []byte
val []byte
}
func (ent *Entry) Encode() []byte
func (ent *Entry) Decode(r io.Reader) error
// QzBQWVJJOUhU https://trialofcode.org/