xorcare / golden
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.
☆31Updated 3 months ago
Alternatives and similar repositories for golden:
Users that are interested in golden are comparing it to the libraries listed below
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- GoDoX extract speficic comments from Go code based on keywords☆17Updated 2 months ago
- Golang linter to check the errors handling expressions☆50Updated 4 years ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Set of Go context's utilities.☆54Updated 3 years ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Helper routines for simplifying the creation of optional fields of basic type.☆43Updated 4 months ago
- Run Go tests inside a Docker image☆99Updated last month
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- ☆26Updated 3 years ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆25Updated 3 weeks ago
- Go linter that checks if package imports are in a list of acceptable packages.☆160Updated 3 weeks ago
- Linter that checks that comments end in a period☆46Updated last month
- Checks for a new line before return and branch statements.☆27Updated 11 months ago
- Golang linter that encourages you to use a separate _test package☆49Updated last week
- Daily builds of active Go development branches☆18Updated 2 weeks ago
- Go linter to detect erroneous multiplication of duration values☆47Updated 10 months ago
- linter that bans usage of certain methods and functions☆24Updated 4 years ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 5 years ago
- CLI frontend for mage based on promptui.☆25Updated last year
- Calculate cyclomatic complexities of functions in Go source code.☆31Updated 7 years ago
- Generates Go types based on JSON Schemas☆239Updated 2 years ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated 9 months ago
- A linter that handles struct tags.☆52Updated last week
- Golang linter to use strconv☆37Updated 3 weeks ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- Capture stdout and/or stderr in Go.☆44Updated last year
- A tool for design-by-contract in Go☆112Updated 6 years ago
- ☆24Updated 2 years ago