How to Install and Uninstall golang-github-issue9-assert-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

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

Please follow the guidelines below to install golang-github-issue9-assert-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the guidelines below to uninstall golang-github-issue9-assert-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-issue9-assert-dev
Architecture: all
Version: 0.0~git20170908.0.ceac1aa-3
Priority: extra
Section: universe/devel
Source: golang-github-issue9-assert
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: 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-3_all.deb
Size: 10572
MD5sum: 18b04afc59c327219478625348365fab
SHA1: 784f57551032e9fc2fd8ec7b5746ed48daaa8129
SHA256: bbcfbb50ca5fc134fa4e154d2e270c258fb75ebc502162f88f44ddf30cdcd81e
SHA512: 8551ae6965ac1d00b16976efd9a739881037a6002b171e0d56cabc44b8852e6eb4ad2c15b8ededede1f4f552275917b819d2f2a36781066d23327e9951ae4393
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