diff options
| author | Alex Flint <[email protected]> | 2018-12-27 10:54:34 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-27 10:54:34 -0800 |
| commit | f40417ef119019b1c94b79f3f18b7f66b9fb6bce (patch) | |
| tree | e5d42fc615df642f566bb087b69e6ee288381873 /vendor/github.com/stretchr/testify/assert/forward_assertions.go | |
| parent | fb7d95b61ba8d5860c76afb69243586dff37ae85 (diff) | |
| parent | e85cc7a2e22c960a656bed477f00d86a9a2c72ca (diff) | |
Merge pull request #70 from alexflint/create-go-modv1.0.0
Migrate from Godep to go.mod
Diffstat (limited to 'vendor/github.com/stretchr/testify/assert/forward_assertions.go')
| -rw-r--r-- | vendor/github.com/stretchr/testify/assert/forward_assertions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/stretchr/testify/assert/forward_assertions.go b/vendor/github.com/stretchr/testify/assert/forward_assertions.go index b867e95..9ad5685 100644 --- a/vendor/github.com/stretchr/testify/assert/forward_assertions.go +++ b/vendor/github.com/stretchr/testify/assert/forward_assertions.go @@ -13,4 +13,4 @@ func New(t TestingT) *Assertions { } } -//go:generate go run ../_codegen/main.go -output-package=assert -template=assertion_forward.go.tmpl +//go:generate go run ../_codegen/main.go -output-package=assert -template=assertion_forward.go.tmpl -include-format-funcs |
