How to Install and Uninstall golang-check.v1-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

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

Please follow the steps below to install golang-check.v1-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall golang-check.v1-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the golang-check.v1-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-check.v1-dev
Priority: extra
Section: devel
Installed-Size: 156
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-check.v1
Version: 0.0+git20150729.11d3bc7-2
Filename: pool/main/g/golang-check.v1/golang-check.v1-dev_0.0+git20150729.11d3bc7-2_all.deb
Size: 29136
MD5sum: 59993c47d3ac78035f60405dcb5214cc
SHA1: d55ac10e1c0c45b2b3fb63ac1ba0399e2ffc9f3c
SHA256: ca9dfd3589b5a36a9f15bf26f153a558ee8b07d14112140559fc664cdb4b16e7
Description-en: 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: 899080f1ef512bfa81b4910c35ba8410
Built-Using: golang (= 2:1.5.1-0ubuntu2)
Homepage: http://labix.org/gocheck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m