Pinned Repositories
ebpf
eBPF package for Go
execx
Extensions to os/exec, for the purpose of collecting richer exit errors.
gogo
The worst software in the world.
httpx
convenience extensions to net/http
ioctl
A small Go package for executing ioctls.
linuxkernel
Linux kernel utilities for Go.
mem
perf
tentative golang.org/x/sys/unix/linux/perf package
rc
A Go package which provides reference counted file descriptors.
zerocopy
Zero-copy I/O primitives and pipelines for Go. Linux-specific.
acln0's Repositories
acln0/zerocopy
Zero-copy I/O primitives and pipelines for Go. Linux-specific.
acln0/perf
tentative golang.org/x/sys/unix/linux/perf package
acln0/ebpf
eBPF package for Go
acln0/linuxkernel
Linux kernel utilities for Go.
acln0/ioctl
A small Go package for executing ioctls.
acln0/mem
acln0/gogo
The worst software in the world.
acln0/rc
A Go package which provides reference counted file descriptors.
acln0/execx
Extensions to os/exec, for the purpose of collecting richer exit errors.
acln0/httpx
convenience extensions to net/http
acln0/hiername
Tiny Go package for building hierarchical names.
acln0/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host and real hardware. Userland cheat at: https://github.com/************/x86-assembly-cheat ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup
acln0/aftership-sdk-go
Golang SDK for Aftership API
acln0/crypto
[mirror] Go supplementary cryptography libraries
acln0/decimal
Arbitrary-precision fixed-point decimal numbers in go
acln0/env
Conveniences for working with environment variables from Go, in the context of executing external commands.
acln0/fiber
⚡️ Express inspired web framework written in Go
acln0/flink
Flink_Challenge
acln0/go
The Go programming language
acln0/goget
`goget` is a mini tool that makes HTTP requests to given URL(s) and displays hashed response
acln0/gorm
GORM V1, V2 moved to https://github.com/go-gorm/gorm
acln0/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
acln0/location-history
acln0/location_history_server
golang service
acln0/log
opinionated logging experiment for Go
acln0/mockery
A mock code autogenerator for Golang
acln0/netlink
Package netlink provides low-level access to Linux netlink sockets. MIT Licensed.
acln0/perfwakeup
acln0/pgbouncer
lightweight connection pooler for PostgreSQL
acln0/pq
Pure Go Postgres driver for database/sql