BLACKSITE
:
216.73.217.77
:
84.32.84.93 / rupeemap.com
:
Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
:
/
opt
/
golang
/
1.19.4
/
src
/
net
/
Upload File:
files >> //opt/golang/1.19.4/src/net/file_windows.go
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package net import ( "os" "syscall" ) func fileConn(f *os.File) (Conn, error) { // TODO: Implement this return nil, syscall.EWINDOWS } func fileListener(f *os.File) (Listener, error) { // TODO: Implement this return nil, syscall.EWINDOWS } func filePacketConn(f *os.File) (PacketConn, error) { // TODO: Implement this return nil, syscall.EWINDOWS }