gdm85's Stars
sirupsen/logrus
Structured, pluggable logging for Go.
golang/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
aws/aws-sdk-go
AWS SDK for the Go programming language (In Maintenance Mode, End-of-Life on 07/31/2025). The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2
ProseMirror/prosemirror
The ProseMirror WYSIWYM editor
tidwall/evio
Fast event-loop networking for Go
gdamore/tcell
Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
sustrik/libmill
Go-style concurrency in C
uncrustify/uncrustify
Code beautifier
HouzuoGuo/tiedot
A rudimentary implementation of a basic document (NoSQL) database in Go
s-macke/jor1k
Online OR1K Emulator running Linux
tylertreat/chan
Pure C implementation of Go channels.
s-macke/SAM
Software Automatic Mouth - Tiny Speech Synthesizer
flashrom/flashrom
Send patches to https://review.coreboot.org: https://www.flashrom.org/Development_Guidelines#GitHub
DNSCrypt/dnscrypt-server-docker
A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
go-tomb/tomb
The tomb package helps with clean goroutine termination in the Go language.
Zygo/xscreensaver
The closest thing to a git repo of xscreensaver known to exist, because jwz Does Not Do Github. This is a READ ONLY mirror. Please send pull requests and bug reports directly to the upstream project.
wadey/gocovmerge
Merge coverprofile results from multiple go cover runs
Masterminds/vcs
VCS Repo management through a common interface in Go
ghedo/pflask
:sake: Lightweight process containers for Linux
arachsys/containers
Simple containers using Linux user namespaces — see also https://github.com/arachsys/ucontain
go-irc/irc
A simple go irc library meant to be a building block for other projects
ajwans/libtoml
phrozen/rayito
Simple Ray Tracer written in Go.
pierrre/gotestcover
Go test cover with multiple packages support
stgraber/vpn-container
A tool to start OpenVPN VPNs inside a minimal unprivileged container
henrysher/sinit
mirror of sinit: http://git.2f30.org/sinit/
temoto/dlock
Distributed lock manager. Warning: very hard to use it properly. Not because it's broken, but because distributed systems are hard. If in doubt, do not use this.
eanderton/grapnel
A dependency management solution for the Go Programming Language.
abertolli/sdlgraph
sdlgraph is a wrapper which reimplements the functionality of the Turbo Pascal GRAPH unit using SDL4Freepascal. This means you need to have SDL4Freepascal installed, which in turn means you need to have at least the SDL run-time libraries installed. The project is still in its beginning stages, as I find time to work on it.
s4y/miniline
A tiny library for Go that lets you read a line of input from the terminal. Supports arrow keys, backspace, and ^Z.