How to Install and Uninstall golang-github-issue9-assert-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "golang-github-issue9-assert-dev" package

Here is a brief guide to show you how to install golang-github-issue9-assert-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-issue9-assert-dev

2. Uninstall "golang-github-issue9-assert-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-issue9-assert-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-issue9-assert-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-issue9-assert-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-issue9-assert-dev
Architecture: all
Version: 0.0~git20170908.0.ceac1aa-4
Multi-Arch: foreign
Priority: extra
Section: universe/devel
Source: golang-github-issue9-assert
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 52
Filename: pool/universe/g/golang-github-issue9-assert/golang-github-issue9-assert-dev_0.0~git20170908.0.ceac1aa-4_all.deb
Size: 10796
MD5sum: fbdbb0bcb069fc8d7f880bea65e6936a
SHA1: 35af5f2aa7bc8a1757c1892a90de9d9de939d57a
SHA256: ca8f53fe8ba6d7cd73751906dc3b30786a0194676e91303ee6a5e8e42bdd4d83
SHA512: efe2acc50e51cc1624d3ff651efd9d89dcf1fbf863e8a7a38b1c7cc39cab3a4da74a8c87cd2c46b2e0c0213a08644d464c27a776a6aee023c73649063416c0db
Homepage: https://github.com/issue9/assert
Description-en: Simple extension to test a series of assert functions
The issue9-assert library provides a simple extension to testing that
provides a series of assert functions that are convenient for use in
test functions
.
Example:
func TestA(t testing.T) {
v := true
assert.True(v)
a := assert.New(t)
a.True(v)
}
// Can also be used for testing.B
func Benchmark1(b *testing.B) {
a := assert.New(b)
v := false
a.True(v)
for(i:=0; i // do something
}
}
Description-md5: bbc2b12eb75237bc2744904f63bd41cf