-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os: named pipes support on Windows #3599
Labels
Comments
Just my 2 cents. I have used named pipes on Windows in the past. It is useful facility at times, because they look like files, so it is easy to use them from different languages. I am not sure if they belong in "standard" library. People who need them should create go gettable package. Alex |
I made an implementation here: https://github.com/natefinch/npipe It should be considered beta-quality software, as it has not been put to rigorous use yet. I encourage pull requests. |
No action has happened on this. Would a CL be desirable for the net or sub-repo net package? I have used nate's npipe package for quite some time now. It works well and is very robust in my experience. As this is a Windows only feature, I'm doubtful it belongs in the standard repo. Perhaps in net sub-repo at best? I for one am fine with it as a go-gettable package, though I'd hate to see it disappear if nate did. I would vote to just recognize the status quo and close the issue. Get this feature from: gopkg.in/natefinch/npipe.v2 . |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: