Package: golang-github-lorenzosaino-go-sysctl / 0.3.1+ds1-1
Metadata
Package | Version | Patches format |
---|---|---|
golang-github-lorenzosaino-go-sysctl | 0.3.1+ds1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
stop using golint.patch | (download) |
Makefile |
7 1 + 6 - 0 ! |
stop using `golint` so golang.org/x/lint can be removed The `golint` tool is deprecated and no longer actively maintained by the Go community. Remove the `lint` target from the `Makefile` and its inclusion in the `all` target so `golint` is no longer used at all. Removing `golint` simplifies the build process, reduces the project's dependency footprint, and aligns the project with current Go best practices. The vendored `golang.org/x/lint` directory can be safely removed with this change. |
1