How to Install and Uninstall golang-gopkg-check.v1-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "golang-gopkg-check.v1-dev" package

Please follow the steps below to install golang-gopkg-check.v1-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-gopkg-check.v1-dev

2. Uninstall "golang-gopkg-check.v1-dev" package

Learn how to uninstall golang-gopkg-check.v1-dev on Kali Linux:

$ sudo apt remove golang-gopkg-check.v1-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-gopkg-check.v1-dev package on Kali Linux

Package: golang-gopkg-check.v1-dev
Source: golang-check.v1
Version: 0.0+git20200902.038fdea-1
Installed-Size: 172
Maintainer: Debian Go Packaging Team
Architecture: all
Provides: golang-check.v1-dev, golang-github-go-check-check-dev
Depends: golang-github-kr-pretty-dev (>= 0.2.1+git20200831.59b4212)
Size: 32068
SHA256: 910c1b32da59e0d71a6c8a28e5c5a785f92bc4eedfa46917770d78850654d6ad
SHA1: 118c16003d1d5b1e3f4c9391b1d1e22bc9271577
MD5sum: 63e24d65b7c713e0ed7bf0f45e941bdb
Description: Rich testing extension for Go's testing package
The Go language provides an internal testing library, named testing, which is
relatively slim due to the fact that the standard library correctness by
itself is verified using it. The check package, on the other hand, expects the
standard library from Go to be working correctly, and builds on it to offer a
richer testing framework for libraries and applications to use.
.
Package "gopkg.in/check.v1" includes features such as:
.
- Helpful error reporting to aid on figuring problems out
- Richer test helpers: assertions which interrupt the test immediately,
deep multi-type comparisons, string matching, etc
- Suite-based grouping of tests
- Fixtures: per suite and/or per test set up and tear down
- Benchmarks integrated in the suite logic (with fixtures, etc)
- Management of temporary directories
- Panic-catching logic, with proper error reporting
- Proper counting of successes, failures, panics, missed tests, skips, etc
- Explicit test skipping
- Support for expected failures
- Verbosity flag which disables output caching (helpful to debug hanging
tests, for instance)
- Multi-line string reporting for more comprehensible failures
- Inclusion of comments surrounding checks on failure reports
- Fully tested (it manages to test itself reliably)
Description-md5:
Homepage: http://labix.org/gocheck
Section: golang
Priority: optional
Filename: pool/main/g/golang-check.v1/golang-gopkg-check.v1-dev_0.0+git20200902.038fdea-1_all.deb