Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 440 Bytes

Quick start

you can exex test file server via below command

$ cd server
$ go run main.go

exec splitt loader

$ cd loader
$ go run main.go

## 反省 まだキャンセルの実装ができていない。 errgroupによるエラー処理を追加したが、全てのgorutineがちゃんととまているのかテストする術を調査中 はじめてHeadメソッドを使ったので勉強になった。