Browse Source

Move tofix exercises outside of tests

pull/641/head
Xavier Petit 4 years ago
parent
commit
ae7fee19b9
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 0
      go/tofix/func/correct/addlinkednumbers.go
  2. 0
      go/tofix/func/correct/changeorder.go
  3. 0
      go/tofix/func/correct/reverse.go
  4. 0
      go/tofix/func/correct/sortll.go
  5. 0
      go/tofix/func/createelem/main.go
  6. 0
      go/tofix/func/inverttree/main.go
  7. 0
      go/tofix/func/merge/main.go
  8. 0
      go/tofix/func/reverse/main.go
  9. 0
      go/tofix/func/sametree/main.go
  10. 0
      go/tofix/func/sortlist/main.go
  11. 0
      go/tofix/func/test_addlinkednumbers.go
  12. 0
      go/tofix/func/test_changeorder.go
  13. 0
      go/tofix/func/test_sortll.go
  14. 0
      go/tofix/raid3/correct/main.go
  15. 0
      go/tofix/raid3/correct/raid1aprog/raid1a.go
  16. 0
      go/tofix/raid3/correct/raid1bprog/raid1b.go
  17. 0
      go/tofix/raid3/correct/raid1cprog/raid1c.go
  18. 0
      go/tofix/raid3/correct/raid1dprog/raid1d.go
  19. 0
      go/tofix/raid3/correct/raid1eprog/raid1e.go
  20. 0
      go/tofix/raid3/main.go
  21. 0
      go/tofix/ztail/correct/main.go
  22. 0
      go/tofix/ztail/main.go

0
go/tests/tofix/func/correct/addlinkednumbers.go → go/tofix/func/correct/addlinkednumbers.go

0
go/tests/tofix/func/correct/changeorder.go → go/tofix/func/correct/changeorder.go

0
go/tests/tofix/func/correct/reverse.go → go/tofix/func/correct/reverse.go

0
go/tests/tofix/func/correct/sortll.go → go/tofix/func/correct/sortll.go

0
go/tests/tofix/func/createelem/main.go → go/tofix/func/createelem/main.go

0
go/tests/tofix/func/inverttree/main.go → go/tofix/func/inverttree/main.go

0
go/tests/tofix/func/merge/main.go → go/tofix/func/merge/main.go

0
go/tests/tofix/func/reverse/main.go → go/tofix/func/reverse/main.go

0
go/tests/tofix/func/sametree/main.go → go/tofix/func/sametree/main.go

0
go/tests/tofix/func/sortlist/main.go → go/tofix/func/sortlist/main.go

0
go/tests/tofix/func/test_addlinkednumbers.go → go/tofix/func/test_addlinkednumbers.go

0
go/tests/tofix/func/test_changeorder.go → go/tofix/func/test_changeorder.go

0
go/tests/tofix/func/test_sortll.go → go/tofix/func/test_sortll.go

0
go/tests/tofix/raid3/correct/main.go → go/tofix/raid3/correct/main.go

0
go/tests/tofix/raid3/correct/raid1aprog/raid1a.go → go/tofix/raid3/correct/raid1aprog/raid1a.go

0
go/tests/tofix/raid3/correct/raid1bprog/raid1b.go → go/tofix/raid3/correct/raid1bprog/raid1b.go

0
go/tests/tofix/raid3/correct/raid1cprog/raid1c.go → go/tofix/raid3/correct/raid1cprog/raid1c.go

0
go/tests/tofix/raid3/correct/raid1dprog/raid1d.go → go/tofix/raid3/correct/raid1dprog/raid1d.go

0
go/tests/tofix/raid3/correct/raid1eprog/raid1e.go → go/tofix/raid3/correct/raid1eprog/raid1e.go

0
go/tests/tofix/raid3/main.go → go/tofix/raid3/main.go

0
go/tests/tofix/ztail/correct/main.go → go/tofix/ztail/correct/main.go

0
go/tests/tofix/ztail/main.go → go/tofix/ztail/main.go

Loading…
Cancel
Save