File: einhorn_stub.go

package info (click to toggle)
golang-github-zenazn-goji 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: makefile: 3
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
// +build windows

package bind

import (
	"net"
)

func einhornInit()                             {}
func einhornAck()                              {}
func einhornBind(fd int) (net.Listener, error) { return nil, nil }
func usingEinhorn() bool                       { return false }