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

Last updated: October 05,2024

1. Install "golang-gocheck-dev" package

Learn how to install golang-gocheck-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-gocheck-dev

2. Uninstall "golang-gocheck-dev" package

Learn how to uninstall golang-gocheck-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-gocheck-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-gocheck-dev
Priority: extra
Section: universe/devel
Installed-Size: 175
Maintainer: Sergio Schvezov
Architecture: all
Source: golang-gocheck
Version: 0.0~bzr20131118+85-2
Filename: pool/universe/g/golang-gocheck/golang-gocheck-dev_0.0~bzr20131118+85-2_all.deb
Size: 27236
MD5sum: 4ba109e9ffeba95a9d72385e2235cb4d
SHA1: 25522466f8f1f94f0fe9d72451097136bf31b770
SHA256: f7549a7bda041196404fd9037cbda07d7034ad2681502fa49e38136efdee29fe
Description-en: Richer testing framework for Go libraries and applications to use
gocheck extends Go's internal testing library with 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: 37d8c136e98e6aab5b4490a906a9bb47
Homepage: http://labix.org/gocheck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu