golint fix (#13613)
Этот коммит содержится в:
коммит произвёл
Ben Schumacher
родитель
2186af4d13
Коммит
3865bc501e
@@ -3,9 +3,10 @@
|
||||
|
||||
package imports
|
||||
|
||||
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty
|
||||
|
||||
import (
|
||||
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
|
||||
_ "github.com/mattermost/mattermost-server/v5/migrations"
|
||||
|
||||
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
|
||||
_ "github.com/mattermost/mattermost-server/v5/plugin/scheduler"
|
||||
)
|
||||
|
||||
Ссылка в новой задаче
Block a user