summaryrefslogtreecommitdiffstats
path: root/plugin/plugintest/plugintest.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/plugintest/plugintest.go')
-rw-r--r--plugin/plugintest/plugintest.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/plugintest/plugintest.go b/plugin/plugintest/plugintest.go
index 5cc8ab7e5..0275edd84 100644
--- a/plugin/plugintest/plugintest.go
+++ b/plugin/plugintest/plugintest.go
@@ -42,4 +42,7 @@
//
// The mocks are created using testify's mock package:
// https://godoc.org/github.com/stretchr/testify/mock
+//
+// If you need to import the mock package, you can import it with
+// "github.com/mattermost/mattermost-server/plugin/plugintest/mock".
package plugintest