-
Integrate golint-ci to maintain uniform formatting and coding style in the project
-
-
`$ go get -u golang.org/x/lint/golint`
There are about 700 lint warnings now and it would be better to fix them.
-
**What happened**:
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
**Environment**:
- nexus ve…
-
Since golint is unmaintained, deprecated and frozen, maybe we should stop suggesting it and start suggesting alternatives like [staticcheck](https://staticcheck.io/) and `go vet`.
Or maybe refer to…
-
Fix golint warnings, it is a good way to review code
https://github.com/golang/lint
https://github.com/CortexFoundation/torrentfs/pull/62/commits/3a4eeb66de4d1119d033a5a35b534609a55cc0ee
-
Fix golint warnings one by one *.go file
https://github.com/golang/lint
https://github.com/CortexFoundation/torrentfs/pull/62/commits/3a4eeb66de4d1119d033a5a35b534609a55cc0ee
-
This is on Go 1.20, which is fine for now, but based on their release history, Go 1.23 should be out sometime this month and might as well jump ahead to that if we can. Should be as simple as updating…
-
I noticed that running golint (https://github.com/golang/lint) will output a bunch of suggestions against master. Most of them are related to missing documentation comments for exported functions, but…
-
> **NOTE:** Golint is [deprecated and frozen](https://github.com/golang/go/issues/38968). There's no drop-in replacement for it, but tools such as [Staticcheck](https://staticcheck.io/) and `go vet` s…