How to Install and Uninstall golang-github-issue9-assert-dev Package on Kali Linux

Last updated: May 02,2024

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

Please follow the step by step instructions below to install golang-github-issue9-assert-dev on Kali Linux

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

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

Please follow the steps below to uninstall golang-github-issue9-assert-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-issue9-assert-dev
Source: golang-github-issue9-assert
Version: 0.0~git20170908.0.ceac1aa-5.1
Installed-Size: 52
Maintainer: Debian QA Group
Architecture: all
Size: 11068
SHA256: dca88b4ddb0fdcf01ae594f74b791ad4eef173f1da0d0543fda5f5643184e529
SHA1: 5c98cb31524304469059bc420ec4513037265025
MD5sum: 94f2addcc9563b12ac267a270bfa52d3
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/issue9/assert
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-issue9-assert/golang-github-issue9-assert-dev_0.0~git20170908.0.ceac1aa-5.1_all.deb