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☆57Updated last month
- Check that no globals are present in Go code.☆122Updated 5 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- ☆54Updated last year
- A tool for design-by-contract in Go☆114Updated 6 years ago
- Run Go tests inside a Docker image☆100Updated 8 months ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- GoDoX extract speficic comments from Go code based on keywords☆18Updated 9 months ago
- Go linter for forbidding identifiers☆155Updated 2 weeks ago
- Golang linter that encourages you to use a separate _test package☆51Updated this week
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆75Updated last week
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated last week
- Checks for a new line before return and branch statements.☆27Updated last year
- Go linter that checks if package imports are in a list of acceptable packages.☆181Updated 8 months ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- ☆121Updated last year
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 7 years ago
- ☆18Updated last month
- Linter that checks that comments end in a period☆49Updated 3 weeks ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- Go linter to detect erroneous multiplication of duration values☆48Updated 2 weeks ago
- Check go mod dependencies☆15Updated 5 years ago
- Generates Go types based on JSON Schemas☆241Updated 2 years ago
- A linter that handles struct tags.☆55Updated 2 months ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆26Updated last week
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 7 years ago
- gowrtr is a library that supports golang code generation☆117Updated 3 years ago
- utils for Go context☆25Updated 5 years ago
- Set of Go context's utilities.☆56Updated 4 years ago
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago