goimports-action
Import sorter
An action to execute a command that orders Go file imports.
Ready to use go imports GitHub action
5 stars
3 watching
2 forks
Language: Shell
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
incu6us/goimports-reviser | A tool for sorting and formatting Go imports and code. | 613 |
jerome1337/gofmt-action | An action to execute gofmt on Go files and report formatting issues. | 13 |
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |
lydell/eslint-plugin-simple-import-sort | Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,146 |
jeffail/leaps | A service for real-time collaborative editing of local files using operational transforms | 753 |
getsentry/sentry-go | A Go SDK for integrating error tracking and monitoring with the Sentry service | 932 |
xta/okrun | A tool to enable and format unused import lines in Go files | 16 |
jerome1337/golint-action | An action that runs a code linting tool on Go files in a specified directory. | 6 |
hakancelikdev/unimport | Tool for detecting and removing unused import statements in code | 239 |
actions/setup-go | An action that sets up a Go environment for use in GitHub Actions workflows | 1,414 |
simonwaldherr/golangsortingvisualization | Visualizes various sorting algorithms in Go with animations | 125 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 347 |
emersion/go-message | A library for working with internet message formats, including email and MIME. | 389 |
izumin5210/action-go-crossbuild | A GitHub Actions workflow to build and deploy Go applications across multiple platforms | 6 |
iancmcc/bingo | Fast and efficient encoding and decoding of native Go types to bytes | 41 |