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
1 changed files with 2 additions and 0 deletions

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()