Versions in this module Expand all Collapse all v0 v0.25.2 Dec 13, 2024 Changes in this version + type Client struct + func Dial(network, addr string) (*Client, error) + func (c *Client) Close() error + func (c *Client) Define(dict, word string) ([]*Defn, error) + func (c *Client) Dicts() ([]Dict, error) + type Defn struct + Dict Dict + Text []byte + Word string + type Dict struct + Desc string + Name string