GoTest

Go Test Documentation

A faster testing library using generics

Goals

  1. Faster debugging (Different types will be flagged up during compile time)
  2. Faster testing (No use of reflect to check types)

Functions

Compare Asserts

Pointer Asserts

Bool Asserts

Array Asserts