pingcap / talent-plan

open source training courses about distributed database and distributed systems
https://tidb.io/talent-plan
10.1k stars 1.3k forks source link

fix(courses/rust/project-2): BufWriterWithPos seek end of file #376

Open wutz opened 3 years ago

wutz commented 3 years ago

When opening a file with append, although writing the file starts from the end, the result of seeking the current position does start, and it needs to specifiy seek to the end of the file.