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

Merge pull request #1 from schollz/master

Update from upstream
This commit is contained in:
Matt (lummie) 2017-10-20 18:01:24 +01:00 committed by GitHub
commit 261926e907

View file

@ -130,6 +130,8 @@ func (c *Connection) Run() error {
if err != nil {
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()