Named Pipes in Go for both Windows and Linux

雨燕双飞 提交于 2019-11-30 19:41:16

According to https://github.com/golang/go/issues/3599

nate's package looks nice, and anyone can "go get" it.

A Windows named pipe implementation written in pure Go:
https://github.com/natefinch/npipe

Which has inspired (Win32 IO-related utilities for Go):
https://github.com/Microsoft/go-winio

Alexander Trakhimenok

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

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!