Golang printf deletes stdin. How can I separate so I can print to stdout while keeping what is being typed to stdin?

前端 未结 0 1391
庸人自扰
庸人自扰 2020-12-16 12:14

I am making a golang CLI app.

My app ticks every .5seconds. Every tick there is an update to stdout, which I am using fmt.printf() to show. However, when

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