systemd sockets are not applicable for windows. However compilation should not fail on windows
8 lines
115 B
Go
8 lines
115 B
Go
package anyhttp
|
|
|
|
import "net"
|
|
|
|
func makeFdListener(fd int, name string) (net.Listener, error) {
|
|
return nil, nil
|
|
}
|