How to Install and Uninstall ineffassign Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "ineffassign" package
Please follow the guidelines below to install ineffassign on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ineffassign
Copied
2. Uninstall "ineffassign" package
In this section, we are going to explain the necessary steps to uninstall ineffassign on openSuSE Tumbleweed:
$
sudo zypper remove
ineffassign
Copied
3. Information about the ineffassign package on openSuSE Tumbleweed
Information for package ineffassign:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ineffassign
Version : 0.0.0+git20230610.0e73809-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.4 MiB
Installed : No
Status : not installed
Source package : ineffassign-0.0.0+git20230610.0e73809-1.3.src
Upstream URL : https://github.com/gordonklaus/ineffassign
Summary : Tool to detect ineffectual assignments in Go code
Description :
This tool misses some cases because does not consider any type information in
its analysis. (For example, assignments to struct fields are never marked as
ineffectual.) It should, however, never give any false positives.
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ineffassign
Version : 0.0.0+git20230610.0e73809-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.4 MiB
Installed : No
Status : not installed
Source package : ineffassign-0.0.0+git20230610.0e73809-1.3.src
Upstream URL : https://github.com/gordonklaus/ineffassign
Summary : Tool to detect ineffectual assignments in Go code
Description :
This tool misses some cases because does not consider any type information in
its analysis. (For example, assignments to struct fields are never marked as
ineffectual.) It should, however, never give any false positives.