v0.1 - initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//go:build !windows
|
||||
|
||||
package winpwn
|
||||
|
||||
func ServePipe(name string) (*Tube, error) {
|
||||
return nil, errWindowsOnly
|
||||
}
|
||||
|
||||
func DialPipe(name string) (*Tube, error) {
|
||||
return nil, errWindowsOnly
|
||||
}
|
||||
Reference in New Issue
Block a user