Files
lneto/crypto/tls/hello.go
T
2026-08-26 11:04:02 -03:00

9 lines
121 B
Go

package tls
type HelloClientMsg struct {
}
func (d *HelloClientMsg) Decode(buf []byte) (int, error) {
return 0, nil
}