Renaming repo

This commit is contained in:
Christopher Speller
2017-09-06 23:05:10 -07:00
parent d8bd57901e
commit 29fca51821
326 changed files with 734 additions and 735 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/mattermost/platform/plugin/plugintest"
"github.com/mattermost/mattermost-server/plugin/plugintest"
)
func TestMain(t *testing.T) {
@@ -23,7 +23,7 @@ func TestMain(t *testing.T) {
package main
import (
"github.com/mattermost/platform/plugin/rpcplugin"
"github.com/mattermost/mattermost-server/plugin/rpcplugin"
)
type MyPlugin struct {}