mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-07 23:04:17 +08:00
优化payload
This commit is contained in:
@@ -10,7 +10,7 @@ const (
|
||||
type Payload struct {
|
||||
LType LType // LinkType
|
||||
PType byte // payload types
|
||||
Data *[]byte
|
||||
Data []byte
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user