File size: 85 Bytes
9853396
 
 
 
 
1
2
3
4
5
6
package live

import "errors"

var ErrKeyNotFound = errors.New("key not found")