timakin / bodyclose
Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.
☆309Updated 3 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for bodyclose
- [mirror]☆281Updated 2 months ago
- Code generation tools for Go.☆423Updated last month
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆243Updated this week
- Find in Go repeated strings that could be replaced by a constant☆290Updated 3 months ago
- Deep copy generator☆149Updated 2 weeks ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆536Updated last year
- Debugging helper utilities for Go☆354Updated 2 years ago
- Selected Go-internal packages factored out from the standard library☆875Updated last month
- Convert Go values to their AST☆308Updated 3 months ago
- Source code analyzer that helps you to make your Go programs more consistent.☆336Updated 6 months ago
- A simple assertion library that you probably shouldn't use.☆133Updated 4 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Drop-in replacement for the standard library errors package and github.com/pkg/errors☆198Updated 2 years ago
- Generate interfaces from structure methods.☆325Updated 10 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆638Updated 6 months ago
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …☆650Updated last year
- A Go linter to check that errors from external packages are wrapped☆308Updated 2 months ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Accurate Code Coverage reporting for Golang (Go)☆219Updated last year
- Quick helpers for testing Go applications☆528Updated 8 months ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆397Updated 3 years ago
- A Go library for validating structs, maps and slices.☆223Updated 4 months ago
- A sql driver that will wrap any other driver and log/trace all its calls☆173Updated 8 months ago
- Go (golang) library for deep copying values in Go.☆346Updated 3 years ago
- Go tool to wrap and fix errors with the new %w verb directive☆371Updated 4 months ago
- A collection of packages to augment the go testing package and support common patterns.☆517Updated 2 months ago
- The easiest solution to seed database with Go☆177Updated 4 months ago
- Go package pointer provides helpers to get pointers to values of built-in types.☆213Updated 2 years ago
- Protobuf compiler plugin to generate Go JSON Marshal/Unmarshal implementations for messages using jsonpb.☆229Updated 7 months ago