dalmarcogd's Stars
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
gofiber/fiber
⚡️ Express inspired web framework written in Go
tsenart/vegeta
HTTP load testing tool and library. It's over 9000!
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
redis/go-redis
Redis Go client
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
kubernetes/kops
Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
golang-migrate/migrate
Database migrations. CLI and Golang library.
go-resty/resty
Simple HTTP and REST client library for Go
oapi-codegen/oapi-codegen
Generate Go client and server boilerplate from OpenAPI 3 specifications
expr-lang/expr
Expression language and expression evaluation for Go
DATA-DOG/go-sqlmock
Sql mock driver for golang to test database interactions
uber-go/fx
A dependency injection based application framework for Go.
uber-go/automaxprocs
Automatically set GOMAXPROCS to match Linux container CPU quota.
uber-go/dig
A reflection based dependency injection toolkit for Go.
nakabonne/ali
Generate HTTP load and plot the results in real-time
uptrace/bun
SQL-first Golang ORM
testcontainers/testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
jarcoal/httpmock
HTTP mocking for Golang
jfeliu007/goplantuml
PlantUML Class Diagram Generator for golang projects
context-labs/mactop
mactop - Apple Silicon Monitor Top written in pure Golang! Under 1,000 lines of code.
grpc-ecosystem/grpc-health-probe
A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere
sethvargo/go-envconfig
A Go library for parsing struct tags from environment variables.
twpayne/go-geom
Package geom implements efficient geometry types for geospatial applications.
jakekgrog/GhostDB
GhostDB is a distributed, in-memory, general purpose key-value data store that delivers microsecond performance at any scale.
tiangolo/typer-cli
Run Typer scripts with completion, without having to create a package, using Typer CLI.
remeh/diago
Diago is a visualization tool for CPU profiles and heap snapshots generated with `pprof`.
hirochachacha/go-smb2
SMB2/3 client library written in Go.
rancher/cli
Rancher CLI
coder/quartz
A Go time testing library for writing deterministic unit tests