diff --git a/doc.go b/doc.go index 1b534f4..cc96578 100644 --- a/doc.go +++ b/doc.go @@ -8,3 +8,9 @@ // // The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected. package testify + +import ( + _ "github.com/stretchr/testify/assert" + _ "github.com/stretchr/testify/http" + _ "github.com/stretchr/testify/mock" +)