mirror of
https://github.com/soypat/lneto.git
synced 2026-08-31 11:59:05 +00:00
9 lines
121 B
Go
9 lines
121 B
Go
package tls
|
|
|
|
type HelloClientMsg struct {
|
|
}
|
|
|
|
func (d *HelloClientMsg) Decode(buf []byte) (int, error) {
|
|
return 0, nil
|
|
}
|