How to Install and Uninstall golang-github-mitchellh-testing-interface-devel.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "golang-github-mitchellh-testing-interface-devel.noarch" package

Learn how to install golang-github-mitchellh-testing-interface-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-mitchellh-testing-interface-devel.noarch

2. Uninstall "golang-github-mitchellh-testing-interface-devel.noarch" package

Please follow the instructions below to uninstall golang-github-mitchellh-testing-interface-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-mitchellh-testing-interface-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mitchellh-testing-interface-devel.noarch package on Fedora 34

Last metadata expiration check: 1:17:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-mitchellh-testing-interface-devel
Version : 1.0.4
Release : 2.fc34
Architecture : noarch
Size : 13 k
Source : golang-github-mitchellh-testing-interface-1.0.4-2.fc34.src.rpm
Repository : fedora
Summary : Go library to expose *testing.t as an interface
URL : https://github.com/mitchellh/go-testing-interface
License : MIT
Description : Go-testing-interface is a Go library that exports an interface that *testing.T
: implements as well as a runtime version you can use in its place.
:
: The purpose of this library is so that you can export test helpers as a public
: API without depending on the "testing" package, since you can't create a
: *testing.T struct manually. This lets you, for example, use the public testing
: APIs to generate mock data at runtime, rather than just at test time.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mitchellh/go-testing-interface