Categorygithub.com/frozzare/go-assert
repositorypackage
1.1.0
Repository: https://github.com/frozzare/go-assert.git
Documentation: pkg.go.dev

# README

go-assert Build Status

Asserts to Go testing

View the docs.

Installation

$ go get github.com/frozzare/go-assert

Example

package mypack

import (
  "testing"
  "github.com/frozzare/go-assert"
)

func TestName(t *testing.T) {
  assert.Equal(t, "Foo", "Foo")
}

License

MIT © Fredrik Forsmo