natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

Use package import comment #14

Open kardianos opened 8 years ago

kardianos commented 8 years ago

If you'd like people to use the gopkg.in reference, then in one of your file add: package npipe // import "gopkg.in/natefinch/npipe.v2"

This will signal to tools and people what reference should be used.

natefinch commented 8 years ago

Yeah, this was written before that feature. I should definitely add that in. Thanks for reminding me!