Skip to content

Commit

Permalink
HW07 is complited
Browse files Browse the repository at this point in the history
  • Loading branch information
DimVlas committed Jun 18, 2024
1 parent 1f618fe commit 471c570
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions hw07_file_copying/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@ func init() {
func main() {
flag.Parse()

// var (
// tt int64 = 1024
// i int64 = 0
// )
// pct := &pp.PctProgress{}
// pct.Start(tt)
// for ; i < tt; i += 10 {
// pct.Increment(10)
// time.Sleep(time.Second / 20)
// }

// pct.Finish()

// time.Sleep(time.Millisecond * 500)

if err := Copy(from, to, offset, limit); err != nil {
fmt.Println(err)
return
Expand Down

0 comments on commit 471c570

Please sign in to comment.