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
There is an implementation of named pipes for Windows in Go from Microsoft:
https://github.com/Microsoft/go-winio