Skip to content

Commit

Permalink
Fix comment for CopyToRemote
Browse files Browse the repository at this point in the history
Fixes #89, #90
  • Loading branch information
colinmarc committed Jan 23, 2018
1 parent a02f0cf commit 1db86c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func (c *Client) CopyToLocal(src string, dst string) error {
}

// CopyToRemote copies the local file specified by src to the HDFS file at dst.
// If dst already exists, it will be overwritten.
func (c *Client) CopyToRemote(src string, dst string) error {
local, err := os.Open(src)
if err != nil {
Expand Down

0 comments on commit 1db86c7

Please sign in to comment.