Skip to main content
  1. Projects/

Go Test

··79 words·1 min
Table of Contents

Go Test #

This project is a Go testing library for testing Go code. It is designed to be simple and easy to use, with a focus on readability and maintainability. The library provides a set of functions for writing tests, as well as utilities for running tests and reporting results.

It makes use of Golang Generics to flag up some problematic issues during compile time in the test case instead of failing tests during runtime.