From 6b7d6dcc49c6cbd83af70d97d01b700c8fb0c393 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 22 Aug 2018 03:17:59 +0000 Subject: add analytics via segment again --- .../stretchr/testify/assert/forward_assertions.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vendor/github.com/stretchr/testify/assert/forward_assertions.go (limited to 'vendor/github.com/stretchr/testify/assert/forward_assertions.go') diff --git a/vendor/github.com/stretchr/testify/assert/forward_assertions.go b/vendor/github.com/stretchr/testify/assert/forward_assertions.go deleted file mode 100644 index 9ad5685..0000000 --- a/vendor/github.com/stretchr/testify/assert/forward_assertions.go +++ /dev/null @@ -1,16 +0,0 @@ -package assert - -// Assertions provides assertion methods around the -// TestingT interface. -type Assertions struct { - t TestingT -} - -// New makes a new Assertions object for the specified TestingT. -func New(t TestingT) *Assertions { - return &Assertions{ - t: t, - } -} - -//go:generate go run ../_codegen/main.go -output-package=assert -template=assertion_forward.go.tmpl -include-format-funcs -- cgit v1.2.3