go-test / deep
Golang deep variable equality test that returns human-readable differences
☆756Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for deep
- impl generates method stubs for implementing an interface.☆1,030Updated 4 months ago
- Get hash values for arbitrary values in Go (golang).☆753Updated last year
- A collection of packages to augment the go testing package and support common patterns.☆517Updated 2 months ago
- A comprehensive error handling library for Go☆1,131Updated this week
- Make temporary edits to your Go module dependencies☆897Updated 3 years 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
- Go package for dealing with maps, slices, JSON and other data.☆704Updated 8 months ago
- A comprehensive godoc guide.☆411Updated 9 months ago
- GoWrap is a command line tool for generating decorators for Go interfaces☆1,087Updated 2 months ago
- a fake clock for golang☆664Updated 3 weeks ago
- Flags-first package for configuration☆1,378Updated 4 months ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆536Updated last year
- A Go dependency graph visualization tool☆1,051Updated 6 months ago
- Go Dependency Analysis toolkit☆1,382Updated 2 months ago
- Enrich `go test` outputs with text decorations.☆850Updated 3 months ago
- Combine one or more Go errors together☆1,037Updated 6 months ago
- Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from you…☆1,037Updated 2 weeks ago
- Clock is a small library for mocking time in Go.☆678Updated last year
- A universal mechanism to manage goroutine lifecycles☆1,549Updated 6 months ago
- Immutable transaction isolated sql driver for golang