Deadlock with multiple goroutines and os.Open

前端 未结 0 922
刺人心
刺人心 2021-01-24 08:10

I am writing a go program that has multiple goroutines, each given a unique files in a directory to process. As such, I have the line f, err := os.Open(filename) fo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题