Make sure the library compiles for windows
systemd sockets are not applicable for windows. However compilation should not fail on windows
This commit is contained in:
7
fd_windows.go
Normal file
7
fd_windows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package anyhttp
|
||||
|
||||
import "net"
|
||||
|
||||
func makeFdListener(fd int, name string) (net.Listener, error) {
|
||||
return nil, nil
|
||||
}
|
Reference in New Issue
Block a user