sjkaliski / go-github-actionsLinks
GitHub Actions for Golang
☆56Updated 5 years ago
Alternatives and similar repositories for go-github-actions
Users that are interested in go-github-actions are comparing it to the libraries listed below
Sorting:
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Prep finds all SQL statements in a Go package and instruments db connection with prepared statements☆35Updated 7 years ago
- An example linter written with go/analysis for tutorial purposes☆59Updated 5 years ago
- A simple terminal UI for Go linters☆81Updated 4 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated last month
- Visualize Go module dependencies in Graphviz DOT format☆53Updated 5 years ago
- ☆41Updated 5 years ago
- Linter for errors.Is and errors.As☆46Updated 5 years ago
- A tool to compare different versions of an API and find incompatibilities.☆40Updated 6 years ago
- Analyzer: helps uncover bugs by reporting a diagnostic for mistakes of *sql.Rows usage.☆91Updated last year
- unimport is a Go static analysis tool to find unnecessary import aliases.☆69Updated 7 years ago
- An inflection engine for golang☆103Updated 9 months ago
- Easily get custom go template based outputs to your command-line tool. Like in docker/kubernetes☆40Updated 6 years ago
- Go linter to detect erroneous multiplication of duration values☆47Updated last year
- Detect deeply nested if statements in Go source code☆43Updated 3 years ago
- Code coverage☆34Updated 6 years ago
- Simple templating CLI☆42Updated 4 years ago
- Format Go's benchmarking output☆88Updated 3 years ago
- Package vfs provides an abstraction of the os and io packages that is easy to test.☆82Updated last year
- ☆54Updated 7 years ago
- A GitHub Action to run Go commands