Named Pipes in Go for both Windows and Linux

后端 未结 2 663
花落未央
花落未央 2020-12-31 19:14

I am new to Go, I want to create Named Pipes implementation in Go which works on both Windows and Linux.

I managed to get the code working on Ubuntu, but this one do

2条回答
  •  说谎
    说谎 (楼主)
    2020-12-31 19:56

    There is an implementation of named pipes for Windows in Go from Microsoft:

    https://github.com/Microsoft/go-winio

提交回复
热议问题