package telnet type TELNETOption struct { Us, UsQ, Them, ThemQ bool } type TELNETOptions map[string]TELNETOption