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.
☆32Updated 5 months ago
Alternatives and similar repositories for golden
Users that are interested in golden are comparing it to the libraries listed below
Sorting:
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- GoDoX extract speficic comments from Go code based on keywords☆17Updated 4 months ago
- Go linter to detect erroneous multiplication of duration values☆47Updated last year
- Checks for a new line before return and branch statements.☆28Updated last year
- Golang linter to check the errors handling expressions☆52Updated 4 years ago
- Run Go tests inside a Docker image☆99Updated 3 months ago
- Linter that checks that comments end in a period☆47Updated last month
- A linter that handles struct tags.☆54Updated last month
- Daily builds of active Go development branches☆18Updated 2 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 last week
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 3 weeks ago
- Set of Go context's utilities.☆54Updated 4 years ago
- Build Go linters from lintpack-compatible packages. Also serves as a framework for writing checkers.☆28Updated 5 years ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- golang linter to detect named returns☆28Updated 3 weeks ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- CLI frontend for mage based on promptui.☆26Updated last year
- ☆34Updated last year
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 6 years ago
- clear go error wrapping with caller☆51Updated last year
- Golang linter to use strconv☆40Updated 2 months ago
- Find declarations in Go source code that shadow predeclared identifiers☆31Updated 2 months ago
- Golang linter that encourages you to use a separate _test package☆51Updated this week
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated 3 weeks ago
- Accept Interfaces, Return Concrete Types☆69Updated last month
- ☆24Updated 2 years ago
- ☆10Updated 8 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- ☆26Updated 3 years ago