Added some tests, filled out comments, fixed a potential bug in Dial
2 files changed
tree: ba303d3416d4cd4b9a5a8838f138881546c1701f
  1. .gitignore
  2. .travis.yml
  3. LICENSE.txt
  4. npipe_windows.go
  5. npipe_windows_test.go
  6. README.md
  7. znpipe_windows_386.go
  8. znpipe_windows_amd64.go
README.md

npipe

A Windows named pipe implementation written in pure Go

This package is modeled on the stdlib's net package, and conforms to the net.Listener and net.Conn interfaces.

This is still a work in progress, please do not use it for anything.