How To Install golang-honnef-tools-devel on Fedora 36

In this tutorial we learn how to install golang-honnef-tools-devel in Fedora 36. golang-honnef-tools-devel is Collection of static analysis tools for working with Go code

Introduction

In this tutorial we learn how to install golang-honnef-tools-devel on Fedora 36.

What is golang-honnef-tools-devel

honnef.co/go/tools/… is a collection of tools and libraries for working with Go code, including linters and static analysis, most prominently staticcheck. This package contains the source code needed for building packages that reference the following Go import paths – honnef.co/go/tools

We can use yum or dnf to install golang-honnef-tools-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-honnef-tools-devel.

Install golang-honnef-tools-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-honnef-tools-devel using dnf by running the following command:

sudo dnf -y install golang-honnef-tools-devel

Install golang-honnef-tools-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-honnef-tools-devel using yum by running the following command:

sudo yum -y install golang-honnef-tools-devel

How To Uninstall golang-honnef-tools-devel on Fedora 36

To uninstall only the golang-honnef-tools-devel package we can use the following command:

sudo dnf remove golang-honnef-tools-devel

golang-honnef-tools-devel Package Contents on Fedora 36

/usr/share/doc/golang-honnef-tools-devel
/usr/share/doc/golang-honnef-tools-devel/README.md
/usr/share/gocode/src/honnef.co
/usr/share/gocode/src/honnef.co/go
/usr/share/gocode/src/honnef.co/go/tools
/usr/share/gocode/src/honnef.co/go/tools/.goipath
/usr/share/gocode/src/honnef.co/go/tools/README.md
/usr/share/gocode/src/honnef.co/go/tools/analysis
/usr/share/gocode/src/honnef.co/go/tools/analysis/code
/usr/share/gocode/src/honnef.co/go/tools/analysis/code/code.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/code/visit.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/edit
/usr/share/gocode/src/honnef.co/go/tools/analysis/edit/edit.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/deprecated.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/directives.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/facts_test.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/generated.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/nilness
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/nilness/nilness.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/nilness/nilness_test.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/purity.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/token.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/typedness
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/typedness/typedness.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/facts/typedness/typedness_test.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/lint
/usr/share/gocode/src/honnef.co/go/tools/analysis/lint/lint.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/lint/testutil
/usr/share/gocode/src/honnef.co/go/tools/analysis/lint/testutil/check.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/lint/testutil/util.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/report
/usr/share/gocode/src/honnef.co/go/tools/analysis/report/report.go
/usr/share/gocode/src/honnef.co/go/tools/analysis/report/report_test.go
/usr/share/gocode/src/honnef.co/go/tools/cmd
/usr/share/gocode/src/honnef.co/go/tools/cmd/keyify
/usr/share/gocode/src/honnef.co/go/tools/cmd/keyify/README.md
/usr/share/gocode/src/honnef.co/go/tools/cmd/keyify/keyify.go
/usr/share/gocode/src/honnef.co/go/tools/cmd/keyify/position.go
/usr/share/gocode/src/honnef.co/go/tools/cmd/staticcheck
/usr/share/gocode/src/honnef.co/go/tools/cmd/staticcheck/README.md
/usr/share/gocode/src/honnef.co/go/tools/cmd/staticcheck/staticcheck.go
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout-optimize
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout-optimize/main.go
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout-pretty
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout-pretty/main.go
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout/README.md
/usr/share/gocode/src/honnef.co/go/tools/cmd/structlayout/main.go
/usr/share/gocode/src/honnef.co/go/tools/config
/usr/share/gocode/src/honnef.co/go/tools/config/config.go
/usr/share/gocode/src/honnef.co/go/tools/go
/usr/share/gocode/src/honnef.co/go/tools/go.mod
/usr/share/gocode/src/honnef.co/go/tools/go/ast
/usr/share/gocode/src/honnef.co/go/tools/go/ast/astutil
/usr/share/gocode/src/honnef.co/go/tools/go/ast/astutil/upstream.go
/usr/share/gocode/src/honnef.co/go/tools/go/ast/astutil/util.go
/usr/share/gocode/src/honnef.co/go/tools/go/buildid
/usr/share/gocode/src/honnef.co/go/tools/go/buildid/buildid.go
/usr/share/gocode/src/honnef.co/go/tools/go/buildid/note.go
/usr/share/gocode/src/honnef.co/go/tools/go/gcsizes
/usr/share/gocode/src/honnef.co/go/tools/go/gcsizes/sizes.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir
/usr/share/gocode/src/honnef.co/go/tools/go/ir/bench_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/blockopt.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/builder.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/builder_go117_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/builder_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/const.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/create.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/doc.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/dom.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/emit.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/example_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/exits.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/func.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/html.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/load.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/load_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/loops.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/stub.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/switch.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/switch_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/terminates.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/util.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/irutil/visit.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/lift.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/lvalue.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/methods.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/mode.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/print.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/sanity.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/source.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/source_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/ssa.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/stdlib_test.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/util.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/wrappers.go
/usr/share/gocode/src/honnef.co/go/tools/go/ir/write.go
/usr/share/gocode/src/honnef.co/go/tools/go/loader
/usr/share/gocode/src/honnef.co/go/tools/go/loader/hash.go
/usr/share/gocode/src/honnef.co/go/tools/go/loader/loader.go
/usr/share/gocode/src/honnef.co/go/tools/go/types
/usr/share/gocode/src/honnef.co/go/tools/go/types/typeutil
/usr/share/gocode/src/honnef.co/go/tools/go/types/typeutil/upstream.go
/usr/share/gocode/src/honnef.co/go/tools/go/types/typeutil/util.go
/usr/share/gocode/src/honnef.co/go/tools/internal
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/ast-to-pattern
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/ast-to-pattern/main.go
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/ast-to-pattern/parse.go
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/gogrep
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/gogrep/gogrep.go
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/irdump
/usr/share/gocode/src/honnef.co/go/tools/internal/cmd/irdump/main.go
/usr/share/gocode/src/honnef.co/go/tools/internal/diff
/usr/share/gocode/src/honnef.co/go/tools/internal/diff/myers
/usr/share/gocode/src/honnef.co/go/tools/internal/diff/myers/diff.go
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith/README.md
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith/context.go
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith/expr.go
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith/gosmith.go
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith/stmt.go
/usr/share/gocode/src/honnef.co/go/tools/internal/gosmith/type.go
/usr/share/gocode/src/honnef.co/go/tools/internal/passes
/usr/share/gocode/src/honnef.co/go/tools/internal/passes/buildir
/usr/share/gocode/src/honnef.co/go/tools/internal/passes/buildir/buildir.go
/usr/share/gocode/src/honnef.co/go/tools/internal/passes/buildir/buildir_test.go
/usr/share/gocode/src/honnef.co/go/tools/internal/renameio
/usr/share/gocode/src/honnef.co/go/tools/internal/renameio/renameio.go
/usr/share/gocode/src/honnef.co/go/tools/internal/renameio/renameio_test.go
/usr/share/gocode/src/honnef.co/go/tools/internal/renameio/umask_test.go
/usr/share/gocode/src/honnef.co/go/tools/internal/robustio
/usr/share/gocode/src/honnef.co/go/tools/internal/robustio/robustio.go
/usr/share/gocode/src/honnef.co/go/tools/internal/robustio/robustio_darwin.go
/usr/share/gocode/src/honnef.co/go/tools/internal/robustio/robustio_flaky.go
/usr/share/gocode/src/honnef.co/go/tools/internal/robustio/robustio_other.go
/usr/share/gocode/src/honnef.co/go/tools/internal/robustio/robustio_windows.go
/usr/share/gocode/src/honnef.co/go/tools/internal/sharedcheck
/usr/share/gocode/src/honnef.co/go/tools/internal/sharedcheck/lint.go
/usr/share/gocode/src/honnef.co/go/tools/internal/sync
/usr/share/gocode/src/honnef.co/go/tools/internal/sync/sync.go
/usr/share/gocode/src/honnef.co/go/tools/internal/testenv
/usr/share/gocode/src/honnef.co/go/tools/internal/testenv/testenv.go
/usr/share/gocode/src/honnef.co/go/tools/internal/testenv/testenv_112.go
/usr/share/gocode/src/honnef.co/go/tools/knowledge
/usr/share/gocode/src/honnef.co/go/tools/knowledge/arg.go
/usr/share/gocode/src/honnef.co/go/tools/knowledge/deprecated.go
/usr/share/gocode/src/honnef.co/go/tools/knowledge/doc.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cache
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cache/cache.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cache/cache_test.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cache/default.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cache/hash.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cache/hash_test.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cmd.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/cmd_test.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/config.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/config_test.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/directives.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/format.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/lint.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/lint_test.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/runner
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/runner/runner.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/runner/stats.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/sarif.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/stats.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/stats_bsd.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/stats_posix.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/version
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/version/buildinfo.go
/usr/share/gocode/src/honnef.co/go/tools/lintcmd/version/version.go
/usr/share/gocode/src/honnef.co/go/tools/pattern
/usr/share/gocode/src/honnef.co/go/tools/pattern/convert.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/doc.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/fuzz.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/lexer.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/match.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/parser.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/parser_test.go
/usr/share/gocode/src/honnef.co/go/tools/pattern/pattern.go
/usr/share/gocode/src/honnef.co/go/tools/printf
/usr/share/gocode/src/honnef.co/go/tools/printf/fuzz.go
/usr/share/gocode/src/honnef.co/go/tools/printf/printf.go
/usr/share/gocode/src/honnef.co/go/tools/printf/printf_test.go
/usr/share/gocode/src/honnef.co/go/tools/quickfix
/usr/share/gocode/src/honnef.co/go/tools/quickfix/analysis.go
/usr/share/gocode/src/honnef.co/go/tools/quickfix/doc.go
/usr/share/gocode/src/honnef.co/go/tools/quickfix/lint.go
/usr/share/gocode/src/honnef.co/go/tools/quickfix/lint_test.go
/usr/share/gocode/src/honnef.co/go/tools/sarif
/usr/share/gocode/src/honnef.co/go/tools/sarif/sarif.go
/usr/share/gocode/src/honnef.co/go/tools/simple
/usr/share/gocode/src/honnef.co/go/tools/simple/analysis.go
/usr/share/gocode/src/honnef.co/go/tools/simple/doc.go
/usr/share/gocode/src/honnef.co/go/tools/simple/lint.go
/usr/share/gocode/src/honnef.co/go/tools/simple/lint_test.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/analysis.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/buildtag.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/doc.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakejson
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakejson/encode.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakereflect
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakereflect/fakereflect.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakexml
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakexml/marshal.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakexml/typeinfo.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/fakexml/xml.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/lint.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/lint_test.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/rules.go
/usr/share/gocode/src/honnef.co/go/tools/staticcheck/structtag.go
/usr/share/gocode/src/honnef.co/go/tools/structlayout
/usr/share/gocode/src/honnef.co/go/tools/structlayout/layout.go
/usr/share/gocode/src/honnef.co/go/tools/stylecheck
/usr/share/gocode/src/honnef.co/go/tools/stylecheck/analysis.go
/usr/share/gocode/src/honnef.co/go/tools/stylecheck/doc.go
/usr/share/gocode/src/honnef.co/go/tools/stylecheck/lint.go
/usr/share/gocode/src/honnef.co/go/tools/stylecheck/lint_test.go
/usr/share/gocode/src/honnef.co/go/tools/stylecheck/names.go
/usr/share/gocode/src/honnef.co/go/tools/unused
/usr/share/gocode/src/honnef.co/go/tools/unused/edge.go
/usr/share/gocode/src/honnef.co/go/tools/unused/edgekind_string.go
/usr/share/gocode/src/honnef.co/go/tools/unused/implements.go
/usr/share/gocode/src/honnef.co/go/tools/unused/typemap
/usr/share/gocode/src/honnef.co/go/tools/unused/typemap/identical.go
/usr/share/gocode/src/honnef.co/go/tools/unused/typemap/map.go
/usr/share/gocode/src/honnef.co/go/tools/unused/typemap/map_test.go
/usr/share/gocode/src/honnef.co/go/tools/unused/unused.go
/usr/share/gocode/src/honnef.co/go/tools/unused/unused_test.go
/usr/share/gocode/src/honnef.co/go/tools/website
/usr/share/gocode/src/honnef.co/go/tools/website/archetypes
/usr/share/gocode/src/honnef.co/go/tools/website/archetypes/default.md
/usr/share/gocode/src/honnef.co/go/tools/website/content
/usr/share/gocode/src/honnef.co/go/tools/website/content/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/2017.2.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/2019.1.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/2019.2.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/2020.1.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/2020.2.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/2021.1.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/changes/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/contact.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/changes.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/configuration
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/configuration/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/configuration/default_config
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/configuration/default_config/index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/configuration/options.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/faq.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/getting-started.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/ci
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/ci/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/ci/github-actions
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/ci/github-actions/index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/cli
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/cli/_index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/cli/build-tags
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/cli/build-tags/index.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/cli/formatters.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/docs/running-staticcheck/editors.md
/usr/share/gocode/src/honnef.co/go/tools/website/content/sponsors.md
/usr/share/gocode/src/honnef.co/go/tools/website/generate_checks.go
/usr/share/gocode/src/honnef.co/go/tools/website/generate_config.go
/usr/share/gocode/src/honnef.co/go/tools/website/layouts
/usr/share/gocode/src/honnef.co/go/tools/website/layouts/shortcodes
/usr/share/gocode/src/honnef.co/go/tools/website/layouts/shortcodes/faq
/usr/share/gocode/src/honnef.co/go/tools/website/layouts/shortcodes/faq/question.md
/usr/share/gocode/src/honnef.co/go/tools/website/website.go
/usr/share/licenses/golang-honnef-tools-devel
/usr/share/licenses/golang-honnef-tools-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-honnef-tools-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).