pcman312's Stars
xo/xo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
go-playground/form
:steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
paxtonhare/demo-magic
A handy shell script that enables you to write repeatable demos in a bash environment.
boltdb/bolt
An embedded key/value database for Go.
go-critic/go-critic
The most opinionated Go source code linter for code audit.
sachaos/viddy
👀 A modern watch command. Time machine and pager etc.
alexliesenfeld/health
A simple and flexible health check library for Go.
FiloSottile/age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
hashicorp/vault
A tool for secrets management, encryption as a service, and privileged access management
muesli/gamut
Go package to generate and manage color palettes & schemes 🎨
hashicorp/waypoint
A tool to build, deploy, and release any application on any platform.
hashicorp/boundary
Boundary enables identity-based access management for dynamic infrastructure.
ryboe/q
Quick and dirty debugging output for tired Go programmers
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
BoostIO/BoostNote-App
Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
BoostIO/BoostNote-Legacy
This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
google/wire
Compile-time Dependency Injection for Go
buger/goreplay
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
timqian/chart.xkcd
xkcd styled chart lib
chrislusf/glow
Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
chrislusf/gleam
Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
cenkalti/backoff
⏱ The exponential backoff algorithm in Go
cortesi/modd
A flexible developer tool that runs processes and responds to filesystem changes
flipt-io/flipt
Enterprise-ready, GitOps enabled, CloudNative feature management solution
golang-standards/project-layout
Standard Go Project Layout
cloudalchemy/ansible-prometheus
Deploy Prometheus monitoring system
d5/tengo
A fast script language for Go
scotwells/prometheus-by-example
Examples of adding Prometheus Monitoring to your Golang applications 📈
minimaxir/big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
kevin1024/vcrpy
Automatically mock your HTTP interactions to simplify and speed up testing