gokart
revive
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
gokart | revive | |
---|---|---|
6 | 10 | |
2,128 | 4,455 | |
-0.0% | - | |
0.0 | 8.6 | |
about 2 months ago | 3 days ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gokart
revive
-
net/http extension to exchange structs
I would suggest checking out something like revive to improve the code. For instance you use an errors.New(fmt.Sprintf(... when you can just use fmt.Errorf(... to simplify it. I am not saying obey everything but there are some good lints included that can even catch bugs (for instance misusing errors.Is or errors.As or general equality).
-
Why elixir over Golang
Linting and static analysis: https://revive.run/
- Just migrated our Open Source project to Golang
-
Is there a better alternative to `gofmt`?
Been using https://github.com/mgechev/revive in all my projects.
-
Change Blogging my first Hacktoberfest (2021)
The day after, I talked about the Hacktoberfest to Salvador (architect colleague and my technical/career unofficial mentor). He is known for contributing to revive a Golang linter. We decided that I could contribute by solving these 3 issues (2 new rules and add a docker image to the release). Since this moment, I have been coding every available hour I had. It felt so reviving to spend time coding on new projects, rewarding to solve issues for people actually using the tool. Here are all my contributions.
-
pre-commit-golang v0.8.3 - Now with revive support
This release adds support for revive, a ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint.
What are some alternatives?
gosec - Go security checker
go-tools - Staticcheck - The advanced Go linter
go-critic - The most opinionated Go source code linter for code audit.
emusak-ui - This is a tool which allows you to download saves or mods for Nintendo Switch emulators using a compatible Emusak backend
wrapcheck - A Go linter to check that errors from external packages are wrapped
ALVR - Stream VR games from your PC to your headset via Wi-Fi
ireturn - Accept Interfaces, Return Concrete Types
gofumpt - A stricter gofmt
SteamVR-for-Linux - Issue tracker for the Linux port of SteamVR
OculusKiller - Completely kill the Oculus Dash and auto-launch SteamVR.
Chronos - Chronos - A static race detector for the go language
pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.