xorcare / goldenLinks
Package golden testing with golden files in Go. A golden file is the expected output of test, stored as a separate file rather than as a string literal inside the test code.
☆33Updated 3 weeks ago
Alternatives and similar repositories for golden
Users that are interested in golden are comparing it to the libraries listed below
Sorting:
- Golang linter to check the errors handling expressions☆63Updated 3 months ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Check that no globals are present in Go code.☆124Updated 7 months ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 7 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 6 years ago
- ☆18Updated 3 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆42Updated 3 weeks ago
- Run Go tests inside a Docker image☆100Updated 10 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- ☆54Updated last year
- Generates Go types based on JSON Schemas☆240Updated 2 years ago
- Go linter to detect erroneous multiplication of duration values☆49Updated 2 months ago
- ☆101Updated last year
- Golang linter that encourages you to use a separate _test package☆51Updated last week
- Set of Go context's utilities.☆56Updated 4 years ago
- Go linter that checks if package imports are in a list of acceptable packages.☆187Updated 10 months ago
- GoDoX extract speficic comments from Go code based on keywords☆18Updated 11 months ago
- ☆121Updated 2 weeks ago
- Go linter for forbidding identifiers☆159Updated 2 months ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 6 years ago
- Linter that checks that comments end in a period☆48Updated 2 months ago
- Format Go's benchmarking output☆88Updated 3 years ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated last week
- 🚔 Enforce field tags in (un)marshaled structs☆39Updated 3 weeks ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 5 years ago
- A tool for design-by-contract in Go☆114Updated 6 years ago
- Check go mod dependencies☆15Updated 5 years ago
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 7 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- Simple error handling primitives☆60Updated 4 years ago