- Colorado, USA
- in/markchristopherduncan
-
slog-dedup Public
Golang structured logging (slog) deduplication and sorting for use with json logging
-
slog-context Public
Use golang structured logging (slog) with context. Add and retrieve logger to and from context. Add attributes to context. Automatically read any custom context values, such as OpenTelemetry TraceID.
-
slog-bugsnag Public
Golang structured logging (slog) handler middleware for bugsnag
-
slog-json Public
Format your Golang structured logs (slog) using the JSON v2 library, with optional single-line pretty-printing
-
athenadriver Public
Forked from uber/athenadriverA fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Go MIT License UpdatedJan 23, 2025 -
awesome-go-api Public
Actual example use cases for a curated list of golang api generator libraries
-
awesome-go-sql Public
Actual example use cases for a curated list of golang sql builder/generator/scanner/helper libraries
-
go-duckdb Public
Forked from marcboeker/go-duckdbgo-duckdb provides a database/sql driver for the DuckDB database engine.
Go MIT License UpdatedNov 12, 2024 -
terraform-aws-cloud-connector-modules Public
Forked from zscaler/terraform-aws-cloud-connector-modulesTerraform Modules for Zscaler Cloud Connector on AWS
HCL MIT License UpdatedSep 22, 2024 -
go-cartesian-product Public
Forked from schwarmco/go-cartesian-producta package for building cartesian products in golang
-
cidr-ip-trie Public
Comparable CIDR and IP types, and Trie collections for suffix, prefix, and longest prefix matching
-
lethjakman-dotfiles Public
Forked from lethjakman/dotfileslethjakman dotfiles
Shell UpdatedJun 5, 2024 -
json Public
Forked from go-json-experiment/jsonExperimental implementation of a proposed v2 encoding/json package
-
bugsnag-go Public
Forked from bugsnag/bugsnag-goAutomatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Go MIT License UpdatedApr 13, 2024 -
receipt-processor-challenge Public
Forked from fetch-rewards/receipt-processor-challengeUpdatedApr 1, 2024 -
-
kube-cloudwatch-autoscaler Public
Kubernetes pod autoscaling based on any AWS CloudWatch metric (ex: SQS Queue Size or Max Age, ELB Response Time, etc)
-
h2c Public
Golang HTTP/2 cleartext (h2c) Handler / Router / Mux
-
go-email Public
Email parsing and mail creation library for golang
-
enum Public
Forked from orsinium-labs/enumType safe enums for Go without code generation or reflection
Go MIT License UpdatedJan 18, 2024 -
The Go programming language
Go BSD 3-Clause "New" or "Revised" License UpdatedSep 13, 2023 -
nordvpn Public
Forked from bubuntux/nordvpnNordVpn Docker Client
Shell GNU Affero General Public License v3.0 UpdatedSep 13, 2023 -
sqlg Public
Forked from pietermartin/sqlgTinkerPop graph over sql
-
terraform-aws-bootstrap Public
Forked from aryounce/terraform-aws-bootstrapSetup Terraform remote state in the S3 backend (with DynamoDB locking) for AWS
HCL MIT License UpdatedMar 23, 2023 -
swagger-ui Public
Forked from swagger-api/swagger-uiSwagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
-
-
protobuf Public
Protobuf and gRPC helpers for working with Golang (for example an sql scan-able Timestamp well-known-type)
-
elastic Public
Forked from olivere/elasticElasticsearch client for Go.
Go MIT License UpdatedFeb 14, 2023 -
go-sync Public
Extensions and wrappers for Golang's sync package, such as a CountingCond and CountingWaitGroup
-
xsync Public
Forked from puzpuzpuz/xsyncConcurrent data structures for Go