repo
stringlengths
6
47
file_url
stringlengths
77
269
file_path
stringlengths
5
186
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-07 08:35:43
2026-01-07 08:55:24
truncated
bool
2 classes
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go
vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go
// mkerrors.sh -m32 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build 386 && openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
// mkerrors.sh -Wall -Werror -static -I/tmp/mipsle/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mipsle && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/mipsle/include _const.go package unix import "syscall" const ( ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go
// go run mksyscall.go -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP;...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_linux_arm.go
vendor/golang.org/x/sys/unix/syscall_linux_arm.go
// Copyright 2009 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. //go:build arm && linux package unix import ( "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: int32(sec), Nsec: int32(nsec)} }...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/endian_big.go
vendor/golang.org/x/sys/unix/endian_big.go
// Copyright 2016 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. // //go:build armbe || arm64be || m68k || mips || mips64 || mips64p32 || ppc || ppc64 || s390 || s390x || shbe || sparc || sparc64 package unix const isBigEndi...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/arm64/include -fsigned-char // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/arm64/include -fsigned-char _const.go package unix i...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
// mkerrors.sh -Wall -Werror -static -I/tmp/mips/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/mips/include _const.go package unix import "syscall" const ( B1000...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/amd64/include -m64 /tmp/amd64/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && linux package unix const ( SYS_READ = 0 SYS_WRITE = 1 SYS_OPEN ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/race.go
vendor/golang.org/x/sys/unix/race.go
// Copyright 2012 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. //go:build (darwin && race) || (linux && race) || (freebsd && race) package unix import ( "runtime" "unsafe" ) const raceenabled = true func raceAcquire(a...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/env_unix.go
vendor/golang.org/x/sys/unix/env_unix.go
// Copyright 2010 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. //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos // Unix environment variables. package unix import "syscall"...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/mips64/include /tmp/mips64/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && linux package unix const ( SYS_READ = 5000 SYS_WRITE = 5001 SYS_OPEN ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_freebsd.go
vendor/golang.org/x/sys/unix/syscall_freebsd.go
// Copyright 2009,2010 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. // FreeBSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go
vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go
// Copyright 2009 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. //go:build amd64 && openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(sec, usec int6...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/mips64/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/mips64/include _const.go package unix import "syscall" const ( ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go
vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go
// go run mksysnum.go https://cgit.freebsd.org/src/plain/sys/kern/syscalls.master?h=stable/12 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/dev_linux.go
vendor/golang.org/x/sys/unix/dev_linux.go
// Copyright 2017 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. // Functions to access/create device major and minor numbers matching the // encoding used by the Linux kernel and glibc. // // The information below is extract...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go
vendor/golang.org/x/sys/unix/sysvshm_unix_other.go
// Copyright 2021 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. //go:build (darwin && !ios) || zos package unix // SysvShmCtl performs control operations on the shared memory segment // specified by id. func SysvShmCtl(id,...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/mipsle/include /tmp/mipsle/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mipsle && linux package unix const ( SYS_SYSCALL = 4000 SYS_EXIT = 4001 SYS_FORK ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
// Copyright 2015 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. //go:build arm64 && darwin package unix import "syscall" func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimev...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go
vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go
// Copyright 2020 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. //go:build zos && s390x // Hand edited based on zerrors_linux_s390x.go // TODO: auto-generate. package unix const ( BRKINT = 0x0001 CLOCA...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
// cgo -godefs -objdir=/tmp/s390x/cgo -- -Wall -Werror -static -I/tmp/s390x/include -fsigned-char linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build s390x && linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type T...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go
vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go
// mkerrors.sh -maix32 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build ppc && aix // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -maix32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 AF_CCITT ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go
vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go
// Copyright 2009 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. //go:build amd64 && netbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(sec, usec int64...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go
vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go
// Copyright 2022 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. //go:build riscv64 && freebsd package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/vgetrandom_linux.go
vendor/golang.org/x/sys/unix/vgetrandom_linux.go
// Copyright 2024 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. //go:build linux && go1.24 package unix import _ "unsafe" //go:linkname vgetrandom runtime.vgetrandom //go:noescape func vgetrandom(p []byte, flags uint32) (...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/ioctl_linux.go
vendor/golang.org/x/sys/unix/ioctl_linux.go
// Copyright 2021 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 unix import "unsafe" // IoctlRetInt performs an ioctl operation specified by req on a device // associated with opened file descriptor fd, and returns...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go
vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build riscv64 && freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go
// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && openbsd package unix // Deprecated: Use libc wrappers instead of direct syscalls. const ( SYS_EXIT = 1 // { void...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
vendor/golang.org/x/sys/unix/syscall_unix_gc.go
// Copyright 2016 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. //go:build (darwin || dragonfly || freebsd || (linux && !ppc64 && !ppc64le) || netbsd || openbsd || solaris) && gc package unix import "syscall" func Syscall...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/loong64/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build loong64 && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/loong64/include _const.go package unix import "syscall" const...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
// go run mksyscall.go -netbsd -tags netbsd,amd64 syscall_bsd.go syscall_netbsd.go syscall_netbsd_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build netbsd && amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
// cgo -godefs -objdir=/tmp/arm/cgo -- -Wall -Werror -static -I/tmp/arm/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && linux package unix const ( SizeofPtr = 0x4 SizeofLong = 0x4 ) type ( _C_long int32 ) type Timespec struct { Se...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
// cgo -godefs -objdir=/tmp/mips/cgo -- -Wall -Werror -static -I/tmp/mips/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips && linux package unix const ( SizeofPtr = 0x4 SizeofLong = 0x4 ) type ( _C_long int32 ) type Timespec struct { ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_aix.go
vendor/golang.org/x/sys/unix/syscall_aix.go
// Copyright 2018 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. //go:build aix // Aix system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and gen...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/sockcmsg_zos.go
vendor/golang.org/x/sys/unix/sockcmsg_zos.go
// Copyright 2024 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. // Socket control messages package unix import "unsafe" // UnixCredentials encodes credentials into a socket control message // for sending to another proces...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go
// go run mksyscall_solaris.go -illumos -tags illumos,amd64 syscall_illumos.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build illumos && amd64 package unix import ( "unsafe" ) //go:cgo_import_dynamic libc_readv readv "libc.so" //go:cgo_import_dynamic libc_preadv preadv "libc.so" //g...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go
vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go
// Copyright 2015 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. //go:build gccgo && linux && amd64 package unix import "syscall" //extern gettimeofday func realGettimeofday(*Timeval, *byte) int32 func gettimeofday(tv *Ti...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go
vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go
// go run mksyscall.go -l32 -openbsd -libc -tags openbsd,386 syscall_bsd.go syscall_openbsd.go syscall_openbsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build openbsd && 386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMA...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/sockcmsg_linux.go
vendor/golang.org/x/sys/unix/sockcmsg_linux.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. // Socket control messages package unix import "unsafe" // UnixCredentials encodes credentials into a socket control message // for sending to another proces...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go
// go run mksyscall_aix_ppc64.go -aix -tags aix,ppc64 syscall_aix.go syscall_aix_ppc64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build aix && ppc64 && gccgo package unix /* #include <stdint.h> int utimes(uintptr_t, uintptr_t); int utimensat(int, uintptr_t, uintptr_t, int); int getcw...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/endian_little.go
vendor/golang.org/x/sys/unix/endian_little.go
// Copyright 2016 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. // //go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || loong64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh pa...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go
vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go
// Copyright 2020 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. //go:build zos && s390x // Hand edited based on ztypes_linux_s390x.go // TODO: auto-generate. package unix const ( SizeofPtr = 0x8 SizeofShort = 0x...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_386.go
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
// mkerrors.sh -Wall -Werror -static -I/tmp/386/include -m32 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build 386 && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/386/include -m32 _const.go package unix import "syscall" const (...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go
// cgo -godefs -- -fsigned-char types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && openbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/386/include -m32 /tmp/386/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build 386 && linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/fdset.go
vendor/golang.org/x/sys/unix/fdset.go
// Copyright 2019 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. //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos package unix // Set adds fd to the set fds. func (fds *FdSet)...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go
// go run mksyscall.go -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && mips package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go
// Copyright 2009 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. //go:build amd64 && dragonfly package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go
vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go
// go run mksysnum.go https://cgit.freebsd.org/src/plain/sys/kern/syscalls.master?h=stable/12 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build riscv64 && freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 /...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/riscv64/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build riscv64 && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/riscv64/include _const.go package unix import "syscall" const...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
// Copyright 2019 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 unix // Round the length of a raw sockaddr up to align it properly. func cmsgAlignOf(salen int) int { salign := SizeofPtr if SizeofPtr == 8 && !suppo...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go
// go run mksyscall.go -tags freebsd,amd64 syscall_bsd.go syscall_freebsd.go syscall_freebsd_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build freebsd && amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP;...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/sparc64/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build sparc64 && linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/sparc64/include _const.go package unix import "syscall" const...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go
vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go
// go run mksyscall.go -l32 -netbsd -tags netbsd,386 syscall_bsd.go syscall_netbsd.go syscall_netbsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build netbsd && 386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE T...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/race0.go
vendor/golang.org/x/sys/plan9/race0.go
// Copyright 2012 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. //go:build plan9 && !race package plan9 import ( "unsafe" ) const raceenabled = false func raceAcquire(addr unsafe.Pointer) { } func raceReleaseMerge(addr...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/dir_plan9.go
vendor/golang.org/x/sys/plan9/dir_plan9.go
// Copyright 2012 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. // Plan 9 directory marshalling. See intro(5). package plan9 import "errors" var ( ErrShortStat = errors.New("stat buffer too short") ErrBadStat = errors...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/errors_plan9.go
vendor/golang.org/x/sys/plan9/errors_plan9.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 plan9 import "syscall" // Constants const ( // Invented values to support what package os expects. O_CREAT = 0x02000 O_APPEND = 0x00400 O_NOC...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go
vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go
// go run mksyscall.go -l32 -plan9 -tags plan9,386 syscall_plan9.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build plan9 && 386 package plan9 import "unsafe" // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fd2path(fd int, buf []byte) (err error) { var _p0 unsa...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go
vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go
// go run mksyscall.go -l32 -plan9 -tags plan9,arm syscall_plan9.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build plan9 && arm package plan9 import "unsafe" // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fd2path(fd int, buf []byte) (err error) { var _p0 unsa...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/pwd_plan9.go
vendor/golang.org/x/sys/plan9/pwd_plan9.go
// Copyright 2015 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. //go:build !go1.5 package plan9 func fixwd() { } func Getwd() (wd string, err error) { fd, err := open(".", O_RDONLY) if err != nil { return "", err } ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/const_plan9.go
vendor/golang.org/x/sys/plan9/const_plan9.go
package plan9 // Plan 9 Constants // Open modes const ( O_RDONLY = 0 O_WRONLY = 1 O_RDWR = 2 O_TRUNC = 16 O_CLOEXEC = 32 O_EXCL = 0x1000 ) // Rfork flags const ( RFNAMEG = 1 << 0 RFENVG = 1 << 1 RFFDG = 1 << 2 RFNOTEG = 1 << 3 RFPROC = 1 << 4 RFMEM = 1 << 5 RFNOWAIT = 1 << 6 RFCNA...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go
vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go
// Copyright 2015 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. //go:build go1.5 package plan9 import "syscall" func fixwd() { syscall.Fixwd() } func Getwd() (wd string, err error) { return syscall.Getwd() } func Chdi...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/syscall.go
vendor/golang.org/x/sys/plan9/syscall.go
// Copyright 2009 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. //go:build plan9 // Package plan9 contains an interface to the low-level operating system // primitives. OS details vary depending on the underlying system, an...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/zsysnum_plan9.go
vendor/golang.org/x/sys/plan9/zsysnum_plan9.go
// mksysnum_plan9.sh /opt/plan9/sys/src/libc/9syscall/sys.h // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT package plan9 const ( SYS_SYSR1 = 0 SYS_BIND = 2 SYS_CHDIR = 3 SYS_CLOSE = 4 SYS_DUP = 5 SYS_ALARM = 6 SYS_EXEC = 7 SYS_EXITS = 8 SYS_FAUTH ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/syscall_plan9.go
vendor/golang.org/x/sys/plan9/syscall_plan9.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. // Plan 9 system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates system...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/env_plan9.go
vendor/golang.org/x/sys/plan9/env_plan9.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. // Plan 9 environment variables. package plan9 import ( "syscall" ) func Getenv(key string) (value string, found bool) { return syscall.Getenv(key) } func...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go
vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go
// go run mksyscall.go -l32 -plan9 -tags plan9,amd64 syscall_plan9.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build plan9 && amd64 package plan9 import "unsafe" // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fd2path(fd int, buf []byte) (err error) { var _p0 ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/race.go
vendor/golang.org/x/sys/plan9/race.go
// Copyright 2012 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. //go:build plan9 && race package plan9 import ( "runtime" "unsafe" ) const raceenabled = true func raceAcquire(addr unsafe.Pointer) { runtime.RaceAcquire...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/plan9/str.go
vendor/golang.org/x/sys/plan9/str.go
// Copyright 2009 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. //go:build plan9 package plan9 func itoa(val int) string { // do it here rather than with fmt to avoid dependency if val < 0 { return "-" + itoa(-val) } ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/types_windows_arm64.go
vendor/golang.org/x/sys/windows/types_windows_arm64.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 windows type WSAData struct { Version uint16 HighVersion uint16 MaxSockets uint16 MaxUdpDg uint16 VendorInfo *byte Description [WS...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/zsyscall_windows.go
vendor/golang.org/x/sys/windows/zsyscall_windows.go
// Code generated by 'go generate'; DO NOT EDIT. package windows import ( "syscall" "unsafe" ) var _ unsafe.Pointer // Do the interface allocations only once for common // Errno values. const ( errnoERROR_IO_PENDING = 997 ) var ( errERROR_IO_PENDING error = syscall.Errno(errnoERROR_IO_PENDING) errERROR_EINVAL...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/race0.go
vendor/golang.org/x/sys/windows/race0.go
// Copyright 2012 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. //go:build windows && !race package windows import ( "unsafe" ) const raceenabled = false func raceAcquire(addr unsafe.Pointer) { } func raceReleaseMerge(...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/security_windows.go
vendor/golang.org/x/sys/windows/security_windows.go
// Copyright 2012 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 windows import ( "syscall" "unsafe" ) const ( NameUnknown = 0 NameFullyQualifiedDN = 1 NameSamCompatible = 2 NameDisplay = ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/dll_windows.go
vendor/golang.org/x/sys/windows/dll_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 windows import ( "sync" "sync/atomic" "syscall" "unsafe" ) // We need to use LoadLibrary and GetProcAddress from the Go runtime, because // the th...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/service.go
vendor/golang.org/x/sys/windows/service.go
// Copyright 2012 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. //go:build windows package windows const ( SC_MANAGER_CONNECT = 1 SC_MANAGER_CREATE_SERVICE = 2 SC_MANAGER_ENUMERATE_SERVICE = 4 SC_MANAGE...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/eventlog.go
vendor/golang.org/x/sys/windows/eventlog.go
// Copyright 2012 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. //go:build windows package windows const ( EVENTLOG_SUCCESS = 0 EVENTLOG_ERROR_TYPE = 1 EVENTLOG_WARNING_TYPE = 2 EVENTLOG_INFORMATION_...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/mksyscall.go
vendor/golang.org/x/sys/windows/mksyscall.go
// Copyright 2009 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. //go:build generate package windows //go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go eventlog.go service.go syscall_wind...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/zerrors_windows.go
vendor/golang.org/x/sys/windows/zerrors_windows.go
// Code generated by 'mkerrors.bash'; DO NOT EDIT. package windows import "syscall" const ( FACILITY_NULL = 0 FACILITY_RPC = 1 FACILITY_DISPATCH ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/types_windows_386.go
vendor/golang.org/x/sys/windows/types_windows_386.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 windows type WSAData struct { Version uint16 HighVersion uint16 Description [WSADESCRIPTION_LEN + 1]byte SystemStatus [WSASYS_STATUS_LEN + 1...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/exec_windows.go
vendor/golang.org/x/sys/windows/exec_windows.go
// Copyright 2009 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. // Fork, exec, wait, etc. package windows import ( errorspkg "errors" "unsafe" ) // EscapeArg rewrites command line argument s as prescribed // in http://m...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/aliases.go
vendor/golang.org/x/sys/windows/aliases.go
// Copyright 2018 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. //go:build windows package windows import "syscall" type Errno = syscall.Errno type SysProcAttr = syscall.SysProcAttr
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/syscall.go
vendor/golang.org/x/sys/windows/syscall.go
// Copyright 2009 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. //go:build windows // Package windows contains an interface to the low-level operating system // primitives. OS details vary depending on the underlying system...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/syscall_windows.go
vendor/golang.org/x/sys/windows/syscall_windows.go
// Copyright 2009 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. // Windows system calls. package windows import ( errorspkg "errors" "fmt" "runtime" "sync" "syscall" "time" "unicode/utf16" "unsafe" ) type ( Handl...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/memory_windows.go
vendor/golang.org/x/sys/windows/memory_windows.go
// Copyright 2017 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 windows const ( MEM_COMMIT = 0x00001000 MEM_RESERVE = 0x00002000 MEM_DECOMMIT = 0x00004000 MEM_RELEASE = 0x00008000 MEM_RESET ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/setupapi_windows.go
vendor/golang.org/x/sys/windows/setupapi_windows.go
// Copyright 2021 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 windows import ( "encoding/binary" "errors" "fmt" "runtime" "strings" "syscall" "unsafe" ) // This file contains functions that wrap SetupAPI.d...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go
vendor/golang.org/x/sys/windows/zknownfolderids_windows.go
// Code generated by 'mkknownfolderids.bash'; DO NOT EDIT. package windows type KNOWNFOLDERID GUID var ( FOLDERID_NetworkFolder = &KNOWNFOLDERID{0xd20beec4, 0x5ca8, 0x4905, [8]byte{0xae, 0x3b, 0xbf, 0x25, 0x1e, 0xa0, 0x9b, 0x53}} FOLDERID_ComputerFolder = &KNOWNFOLDERID{0x0ac0837c, 0xbbf8, 0x452a,...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/types_windows.go
vendor/golang.org/x/sys/windows/types_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 windows import ( "net" "syscall" "unsafe" ) // NTStatus corresponds with NTSTATUS, error values returned by ntdll.dll and // other native functions...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
true
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/env_windows.go
vendor/golang.org/x/sys/windows/env_windows.go
// Copyright 2010 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. // Windows environment variables. package windows import ( "syscall" "unsafe" ) func Getenv(key string) (value string, found bool) { return syscall.Getenv...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/types_windows_amd64.go
vendor/golang.org/x/sys/windows/types_windows_amd64.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 windows type WSAData struct { Version uint16 HighVersion uint16 MaxSockets uint16 MaxUdpDg uint16 VendorInfo *byte Description [WS...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/race.go
vendor/golang.org/x/sys/windows/race.go
// Copyright 2012 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. //go:build windows && race package windows import ( "runtime" "unsafe" ) const raceenabled = true func raceAcquire(addr unsafe.Pointer) { runtime.RaceAcq...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/str.go
vendor/golang.org/x/sys/windows/str.go
// Copyright 2009 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. //go:build windows package windows func itoa(val int) string { // do it here rather than with fmt to avoid dependency if val < 0 { return "-" + itoa(-val) ...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
xorpaul/g10k
https://github.com/xorpaul/g10k/blob/9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c/vendor/golang.org/x/sys/windows/types_windows_arm.go
vendor/golang.org/x/sys/windows/types_windows_arm.go
// Copyright 2018 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 windows type WSAData struct { Version uint16 HighVersion uint16 Description [WSADESCRIPTION_LEN + 1]byte SystemStatus [WSASYS_STATUS_LEN + 1...
go
Apache-2.0
9fa8bbc8ac9f0752fb27f92c4b657a78246ebd8c
2026-01-07T09:45:46.191611Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/cmd/main.go
cmd/main.go
package main import ( "flag" "io/fs" "log" "log/slog" "os" "path/filepath" "strings" "github.com/gfpcom/free-proxy-list/internal" ) var dir string func main() { flag.StringVar(&dir, "dir", ".", "work directory") flag.Parse() os.MkdirAll(filepath.Join(dir, "list"), 0755) // nolint: errcheck err := fs...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/parser.go
internal/parser.go
package internal import ( "errors" "log/slog" "net/url" "strconv" "strings" "github.com/cnlangzi/proxyclient" "github.com/cnlangzi/proxyclient/ss" "github.com/cnlangzi/proxyclient/xray" ) var ( Parsers = map[string]Parser{} ErrInvalidProxy = errors.New("gfp: invalid proxy") ) type Parser func(string, str...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/proxy.go
internal/proxy.go
package internal import ( "strconv" "strings" ) type Proxy struct { IP string `json:"ip"` Port int `json:"port"` User string `json:"user"` Passwd string `json:"passwd"` Opaque string `json:"opaque"` Protocol string `json:"protocol"` } func (p *Proxy) String() string { if p.Opaque != "" ...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/fetch_test.go
internal/fetch_test.go
package internal import ( "os" "testing" ) func TestFetch(t *testing.T) { if os.Getenv("GITHUB_ACTIONS") == "true" { t.Skip("Skipping test in GitHub Actions environment") } // Fetch("", "https://github.com/mfuu/v2ray/raw/refs/heads/master/merge/merge.txt", FromRaw, ParseProxyURL) // Fetch("", "https://github...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/parser_test.go
internal/parser_test.go
package internal import ( "fmt" "testing" "github.com/stretchr/testify/require" ) func TestParser(t *testing.T) { u := "vless://Telegram-EXPRESSVPN_420@expressvpn_420.fast.hosting-ip.com:80/?type=ws&encryption=none&host=V2RAY_420.nettisbdaak.net&path=%2F%40EXPRESSVPN_420------%40EXPRESSVPN_420------%40EXPRESSVPN_...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/load.go
internal/load.go
package internal import ( "bufio" "bytes" "log" "strings" "fmt" "time" "regexp" "strconv" ) func Load(proto string, content []byte) error { s := bufio.NewScanner(bytes.NewReader(content)) var line, src string var transformer Transformer var parser Parser for s.Scan() { line = strings.TrimSpace(s.Text...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/fetch.go
internal/fetch.go
package internal import ( "bufio" "bytes" "crypto/tls" "io" "net/http" "strings" "time" ) var ( client = &http.Client{ Transport: &http.Transport{ MaxIdleConns: 10, MaxConnsPerHost: 10, IdleConnTimeout: 30 * time.Second, TLSHandshakeTimeout: 10 * time.Second, TLSClientConfig: &...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false
gfpcom/free-proxy-list
https://github.com/gfpcom/free-proxy-list/blob/4abcb4646e9dcaa5fc449ec745efa3549450d55b/internal/db.go
internal/db.go
package internal import ( "crypto/md5" "encoding/hex" "fmt" "io" "net/http" "os" "path/filepath" "sort" "strings" "time" ) var ( db = make(map[string]*Proxy) ) func Save(it *Proxy) { h := md5.New() id := hex.EncodeToString(h.Sum([]byte(fmt.Sprintf("%s://%s:%v", it.Protocol, it.IP, it.Port)))) db[id] = ...
go
MIT
4abcb4646e9dcaa5fc449ec745efa3549450d55b
2026-01-07T09:45:37.798273Z
false