Skip to content

Commit

Permalink
Remove duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
root4loot committed Mar 14, 2019
1 parent a7395c2 commit 7385106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func ReadFile(file *os.File) ([]byte, error) {
return data, err
}

// CreateFile returns returns created file, error
// CreateFile returns created file, error
func CreateFile(fn string) (*os.File, error) {
f, err := os.Create(fn)
return f, err
Expand Down

0 comments on commit 7385106

Please sign in to comment.