1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

need to add sender info

This commit is contained in:
Zack Scholl 2019-04-11 10:37:20 -07:00
parent 58910a3f34
commit 197ca9a10d

View file

@ -118,6 +118,9 @@ type RemoteFileRequest struct {
FilesToTransferCurrentNum int FilesToTransferCurrentNum int
} }
type SenderInfo struct {
}
func (m Message) String() string { func (m Message) String() string {
b, _ := json.Marshal(m) b, _ := json.Marshal(m)
return string(b) return string(b)