From 7475cd260a3aba46e0b7524656b42209c1779c22 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Wed, 8 Aug 2018 06:07:38 -0400 Subject: fix plugintest example and docs (#9213) --- plugin/plugintest/doc.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugin/plugintest/doc.go (limited to 'plugin/plugintest/doc.go') diff --git a/plugin/plugintest/doc.go b/plugin/plugintest/doc.go new file mode 100644 index 000000000..69a51bd39 --- /dev/null +++ b/plugin/plugintest/doc.go @@ -0,0 +1,11 @@ +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +// The plugintest package provides mocks that can be used to test plugins. +// +// 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 -- cgit v1.2.3-1-g7c22