github.com/fretkak/mattermost-mattermost-server@v5.11.1+incompatible/imports/placeholder.go (about) 1 // Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. 2 // See License.txt for license information. 3 4 package imports 5 6 // This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty 7 8 import ( 9 _ "github.com/mattermost/mattermost-server/migrations" 10 _ "github.com/mattermost/mattermost-server/plugin/scheduler" 11 )