Versions in this module Expand all Collapse all v0 v0.5.1 Jun 23, 2025 v0.5.0 Jun 23, 2025 Changes in this version + type CustomPacker struct + func (p *CustomPacker) Pack(msg *easytcp.Message) ([]byte, error) + func (p *CustomPacker) Unpack(reader io.Reader) (*easytcp.Message, error) + type Json01Req struct + Key1 string + Key2 int + Key3 bool + type Json01Resp struct + Data interface{} + Success bool