pkgsrc/devel/go-assert/PLIST
ryoon d9c65a5ee5 devel/go-assert: import go-assert-0.0.0.20170929
Go assertion library (fork of stretchr/testify/require)

This is a fork of stretchr's assertion library that does two things:

    It makes spotting differences in equality much easier. It uses
    repr and diffmatchpatch to display structural differences in
    colour.

    Aborts tests on first assertion failure (the same behaviour as
    stretchr/testify/require).
2018-11-18 07:46:43 +00:00

12 lines
653 B
Text

@comment $NetBSD: PLIST,v 1.1 2018/11/18 07:46:43 ryoon Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/assert.a
gopkg/src/github.com/alecthomas/assert/LICENCE.txt
gopkg/src/github.com/alecthomas/assert/README.md
gopkg/src/github.com/alecthomas/assert/_example/diff.png
gopkg/src/github.com/alecthomas/assert/_example/example_test.go
gopkg/src/github.com/alecthomas/assert/assertions.go
gopkg/src/github.com/alecthomas/assert/diff.go
gopkg/src/github.com/alecthomas/assert/doc.go
gopkg/src/github.com/alecthomas/assert/errors.go
gopkg/src/github.com/alecthomas/assert/forward_assertions.go
gopkg/src/github.com/alecthomas/assert/http_assertions.go