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

Whoops, didn't mean to delete this #25

This commit is contained in:
Zack Scholl 2017-10-20 10:04:57 -06:00
parent 53ef8a21be
commit 9e1d7b4460

View file

@ -130,6 +130,8 @@ func (c *Connection) Run() error {
if err != nil { if err != nil {
return err return err
} }
fmt.Printf("Sending %d byte file named '%s'\n", c.File.Size, c.File.Name)
fmt.Printf("Code is: %s\n", c.Code)
} }
return c.runClient() return c.runClient()