package anyhttp import "net" func makeFdListener(fd int, name string) (net.Listener, error) { return nil, nil }